diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index bff3d80f7..a3940fcb1 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 diff --git a/scripts/regions.json b/scripts/regions.json index 8d7fef0a9..13f43ed55 100644 --- a/scripts/regions.json +++ b/scripts/regions.json @@ -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" + ] } }