Commit Graph

4 Commits (e054b0afbbcaa1f626787aaf65b215f1936e97f4)

Author SHA1 Message Date
Kálmán „KAMI” Szalai 0907483c63 Fix dead NTV Kenya, Kibris TV, TV 2020, and Telefe links
Kenya:
- NTV Kenya: nation.africa/kenya/tv/live 404s. Their live simulcast is on
  the station's own official YouTube channel (linked from ntvkenya.co.ke
  itself); confirmed actually live at verification time (canonical URL
  resolved to a /watch?v= page, not the channel page).

Cyprus:
- Kibris TV: the shared sc-kuzeykibrissmarttv.ercdn.net CDN is gone
  (DNS NXDOMAIN) for all 6 TRNC channels in this section. Found Kibris
  TV's current feed via a Northern Cyprus web-TV aggregator
  (old.kuzeykibris.tv), a real rolling HLS media playlist. Verified
  alive via check_channels.py (3/3 ok).
- TV 2020: same dead CDN. Its official YouTube channel is confirmed
  live now. BRT 1, BRT 2, and Kibris Genc TV/Kanal T were also
  researched, but their YouTube channels were NOT live at verification
  time (canonical stayed on the channel page) - left unchanged rather
  than adding an unreliable "channel not live" link.

Argentina:
- Telefe: the old telefe.com API endpoint is deprecated (redirects to
  mitelefe.com, whose live-stream URL is now fetched client-side by JS
  and not extractable via curl). Replaced with a verified-alive
  third-party restream, the same pattern already used for other
  channels in this file (e.g. El Nueve's raw-IP entry). Flagged here
  as a fallback, not an official source.
- Aunar, Cine.AR, Tec TV, DeporTV: researched, all confirmed genuinely
  dead at their own official infrastructure (squatted/parked domains,
  VOD-only platforms, abandoned servers) with no live YouTube
  simulcast either - left unchanged, no fix available.

Regenerated playlist.m3u8 and the per-country playlists via
make_playlist.py.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Enus8N247jHM5r5Som5JuU
2026-09-06 14:19:21 +02:00
PlaylistBot 7825714e35 Update Playlist (GitHub Actions) 2026-08-18 04:44:20 +00:00
Kálmán „KAMI” Szalai 4a63b94d96 Fix leftover M3U8 injection vector, missing country codes, README sync
- Sanitize the channel number field for embedded double quotes; the
  previous fix (#1124) covered group/name/logo/epg but missed
  tvg-chno, leaving the same attribute-injection vector open via the
  "#" column.
- Add missing "kenya" and "nigeria" entries to COUNTRY_CODES so those
  channels get a tvg-country attribute in the generated playlist.
- Sync README.md and flag_order.txt with lists/: add missing flags for
  chile, egypt, saudi_arabia, indonesia, kenya, nigeria in their
  proper geographic groups.
- Add .gitignore for __pycache__/*.pyc.
2026-08-16 06:28:29 +02:00
PlaylistBot 8fc4070fab Update Playlist (GitHub Actions) 2026-06-30 07:22:35 +00:00