Added MAGHRIB and WAFR codes
This commit is contained in:
parent
58bfb56395
commit
58ee48ee38
|
@ -219,6 +219,7 @@ http://example.com/stream.m3u8
|
|||
| [EMEA](https://en.wikipedia.org/wiki/Europe,_the_Middle_East_and_Africa) | Europe, Middle East and Africa |
|
||||
| [EUR](https://en.wikipedia.org/wiki/Europe) | Europe |
|
||||
| [LATAM](https://en.wikipedia.org/wiki/Latin_America) | Latin America |
|
||||
| [MAGHRIB](https://en.wikipedia.org/wiki/Maghreb) | Maghrib |
|
||||
| [MENA](https://en.wikipedia.org/wiki/MENA) | Middle East and North Africa |
|
||||
| [MIDEAST](https://en.wikipedia.org/wiki/Middle_East) | Middle East |
|
||||
| [NORAM](https://en.wikipedia.org/wiki/North_America) | North America |
|
||||
|
@ -226,6 +227,7 @@ http://example.com/stream.m3u8
|
|||
| [OCE](https://en.wikipedia.org/wiki/Oceania) | Oceania |
|
||||
| [SAS](https://en.wikipedia.org/wiki/South_Asia) | South Asia |
|
||||
| [SSA](https://en.wikipedia.org/wiki/Sub-Saharan_Africa) | Sub-Saharan Africa |
|
||||
| [WAFR](https://en.wikipedia.org/wiki/West_Africa) | West Africa |
|
||||
|
||||
## Project Structure
|
||||
|
||||
|
|
|
@ -536,6 +536,10 @@
|
|||
"VE"
|
||||
]
|
||||
},
|
||||
"MAGHRIB": {
|
||||
"name": "Maghrib",
|
||||
"codes": ["DZ", "LY", "MA", "MR", "TN"]
|
||||
},
|
||||
"MEA": {
|
||||
"name": "Middle East and Africa",
|
||||
"codes": [
|
||||
|
@ -797,5 +801,27 @@
|
|||
"ZM",
|
||||
"ZW"
|
||||
]
|
||||
},
|
||||
"WAFR": {
|
||||
"name": "West Africa",
|
||||
"codes": [
|
||||
"BF",
|
||||
"BJ",
|
||||
"CI",
|
||||
"CV",
|
||||
"GH",
|
||||
"GM",
|
||||
"GN",
|
||||
"GW",
|
||||
"LR",
|
||||
"ML",
|
||||
"MR",
|
||||
"NE",
|
||||
"NG",
|
||||
"SH",
|
||||
"SL",
|
||||
"SN",
|
||||
"TG"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue