mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-09-25 03:21:20 +02:00
Add Mongolia and Kazakhstan, salvage a few new channels from PR #963
PR #963 dumped 84 mixed-country channels into a single raw .m3u8 file in the repo root, which doesn't follow the contribution format at all and mostly duplicates channels already in the repo (BBC News, DW, Al Jazeera, CGTN, TRT World, NHK World, Arirang, KBS World, Bloomberg, Carousel, Domashniy, Friday, RBK are all already present under lists/zz_news_en.md, korea.md or russia.md with different sources). Tested every URL directly; only kept ones that actually work. - New lists/mongolia.md: 40 working national Mongolian channels (skygo.mn), 8 dead ones filed under its own Invalid section (TV4, Premier Sports 1-5, Mongol TV, NTN). - New lists/kazakhstan.md: Balapan TV and Qazaqstan International; QazSport redirects to a geoblock placeholder, filed as Invalid. - lists/russia.md: added "Че" (Peretz/Che), a genuine RTRS multiplex-2 free-to-air channel that wasn't in the list yet. - lists/zz_movies.md: added "Action Hollywood Movies" (Amagi FAST channel), fits the existing Pluto TV/FilmRise/Stirr pattern there. - make_playlist.py: added "mongolia": "MN" and "kazakhstan": "KZ" to COUNTRY_CODES; README.md and flag_order.txt updated to match. Left out: the various *-samsungnz.amagi.tv channels (Samsung TV Plus NZ's own licensed feeds, not a public source), CJ OnStyle (home shopping), NHK World Premium (paid tier), BBC Earth/Cbeebies Asia feeds and FashionTV (no clean existing home, source legitimacy unclear) - can revisit if there's a good place for them.
This commit is contained in:
@@ -48,6 +48,7 @@ COUNTRY_CODES = {
|
||||
"israel": "IL",
|
||||
"italy": "IT",
|
||||
"japan": "JP",
|
||||
"kazakhstan": "KZ",
|
||||
"kenya": "KE",
|
||||
"korea": "KR",
|
||||
"kosovo": "XK",
|
||||
@@ -59,6 +60,7 @@ COUNTRY_CODES = {
|
||||
"mexico": "MX",
|
||||
"moldova": "MD",
|
||||
"monaco": "MC",
|
||||
"mongolia": "MN",
|
||||
"montenegro": "ME",
|
||||
"netherlands": "NL",
|
||||
"nigeria": "NG",
|
||||
|
||||
Reference in New Issue
Block a user