Replace dead Japan/Slovakia streams with verified working mirrors

Sources the repo's own check_channels.py (--attempts 4, ffprobe-class
rigor) confirms alive repeatedly, not single-probe guesses:

Japan (#1184) - 5 of 7 terrestrial channels moved from the dead-or-
flaky naori-test.netgenx.site relay to mov3.co mirrors (already the
same provider used for iptv-org/iptv's jp.m3u):
- NHK総合 -> nhk4.mov3.co, テレビ朝日 -> tvasahi.mov3.co,
  TBSテレビ -> tbs5.mov3.co, テレビ東京 -> tvtokyo.mov3.co,
  フジテレビ -> fujitv4.mov3.co
No public mirror found for NHK Eテレ or 日本テレビ (日テレ) - left on
naori-test, which is flaky rather than confirmed dead so not worth
downgrading to [x] either.

Slovakia (#1153) - 5 of 20 channels moved off the dead-or-flaky
sktv.mxnticek.eu relay:
- Markíza, Klasik -> cdnsk003.panaccess.com (STVR's own CDN, also
  serving the already-working MTR.sk entry in iptv-org/iptv's sk.m3u)
- Jednotka, Dvojka -> 88.212.15.19 test streams (from iptv-org/iptv)
- NR SR -> n11.stv.livebox.sk (STVR's own parliament feed)
STVR :24 and Šport have a candidate on 88.212.15.27, but it timed out
repeatedly under check_channels.py despite answering a lone curl, so
it's left unreplaced rather than swapped for an equally unreliable
source. Markíza's JOJ-group siblings (JOJ, Wau, Dajto, Krimi, Doma,
TA3, ...) have no public mirror found - these are commercial
broadcasters whose only known source remains the flaky mxnticek relay.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01HnjzQpjtzZkVgRJGZipm44
This commit is contained in:
Kálmán „KAMI” Szalai
2026-09-12 16:22:59 +02:00
co-authored by Claude Sonnet 5
parent 6163e21f57
commit 8f59d91d90
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -4,13 +4,13 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:--:|:---------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------:| |:--:|:---------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------:|
| D011 | NHK総合 (東京)   | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=hdgd01#.m3u8) | <img height="30" src="https://i.imgur.com/fAZ2BEZ.png"/> | JOAKDTV.jp | | D011 | NHK総合 (東京)   | [>](https://nhk4.mov3.co/hls/nhk.m3u8) | <img height="30" src="https://i.imgur.com/fAZ2BEZ.png"/> | JOAKDTV.jp |
| D021 | NHK Eテレ(東京)   | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=hdgd02#.m3u8) | <img height="30" src="https://i.imgur.com/WxtftlO.png"/> | JOABDTV.jp | | D021 | NHK Eテレ(東京)   | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=hdgd02#.m3u8) | <img height="30" src="https://i.imgur.com/WxtftlO.png"/> | JOABDTV.jp |
| D041 | 日本テレビ | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=hdgd03#.m3u8) | <img height="30" src="https://i.imgur.com/ecbM7QS.png"/> | JOAXDTV.jp | | D041 | 日本テレビ | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=hdgd03#.m3u8) | <img height="30" src="https://i.imgur.com/ecbM7QS.png"/> | JOAXDTV.jp |
| D051 | テレビ朝日 | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=hdgd06#.m3u8) | <img height="30" src="https://i.imgur.com/5XnMfcR.png"/> | JOEXDTV.jp | | D051 | テレビ朝日 | [>](https://tvasahi.mov3.co/hls/tvasahi.m3u8) | <img height="30" src="https://i.imgur.com/5XnMfcR.png"/> | JOEXDTV.jp |
| D061 | TBSテレビ | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=hdgd04#.m3u8) | <img height="30" src="https://i.imgur.com/jIZ9TlO.png"/> | JORXDTV.jp | | D061 | TBSテレビ | [>](https://tbs5.mov3.co/hls/tbs.m3u8) | <img height="30" src="https://i.imgur.com/jIZ9TlO.png"/> | JORXDTV.jp |
| D071 | テレビ東京 | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=hdgd07#.m3u8) | <img height="30" src="https://i.imgur.com/U8jBxEi.png"/> | JOTXDTV.jp | | D071 | テレビ東京 | [>](https://tvtokyo.mov3.co/hls/tvtokyo.m3u8) | <img height="30" src="https://i.imgur.com/U8jBxEi.png"/> | JOTXDTV.jp |
| D081 | フジテレビ | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=hdgd05#.m3u8) | <img height="30" src="https://i.imgur.com/epJYc7P.png"/> | JOCXDTV.jp | | D081 | フジテレビ | [>](https://fujitv4.mov3.co/hls/fujitv.m3u8) | <img height="30" src="https://i.imgur.com/epJYc7P.png"/> | JOCXDTV.jp |
<h2> BS/CS (Satellite) </h2> <h2> BS/CS (Satellite) </h2>
+5 -5
View File
@@ -2,11 +2,11 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:-:|:-------:|:----:|:----:|:------:| |:-:|:-------:|:----:|:----:|:------:|
| 1 | Markíza | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Markiza) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-sk.png"/> | Markiza.sk | | 1 | Markíza | [>](https://cdnsk003.panaccess.com/local/Markiza/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-sk.png"/> | Markiza.sk |
| 2 | Doma | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Doma) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-doma-sk.png"/> | MarkizaDoma.sk | | 2 | Doma | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Doma) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-doma-sk.png"/> | MarkizaDoma.sk |
| 3 | Dajto | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Dajto) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-dajto-sk.png"/> | MarkizaDajto.sk | | 3 | Dajto | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Dajto) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-dajto-sk.png"/> | MarkizaDajto.sk |
| 4 | Krimi | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Krimi) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-krimi-sk.png"/> | MarkizaKrimi.sk | | 4 | Krimi | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Krimi) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-krimi-sk.png"/> | MarkizaKrimi.sk |
| 5 | Klasik | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Klasik) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-sk.png"/> | | | 5 | Klasik | [>](https://cdnsk003.panaccess.com/local/Markiza_Klasik/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-sk.png"/> | |
| 6 | Markíza TN Live | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Mark%C3%ADza%20TN%20Live) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-sk.png"/> | | | 6 | Markíza TN Live | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Mark%C3%ADza%20TN%20Live) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/markiza-sk.png"/> | |
| 7 | JOJ | [>](https://sktv.mxnticek.eu/new/stream.php?ch=JOJ) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/joj-sk.png"/> | JOJ.sk | | 7 | JOJ | [>](https://sktv.mxnticek.eu/new/stream.php?ch=JOJ) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/joj-sk.png"/> | JOJ.sk |
| 8 | JOJ Plus | [>](https://sktv.mxnticek.eu/new/stream.php?ch=JOJ%20Plus) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/joj-plus-sk.png"/> | JOJPlus.sk | | 8 | JOJ Plus | [>](https://sktv.mxnticek.eu/new/stream.php?ch=JOJ%20Plus) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/joj-plus-sk.png"/> | JOJPlus.sk |
@@ -14,11 +14,11 @@
| 10 | JOJ 24 | [>](https://sktv.mxnticek.eu/new/stream.php?ch=JOJ%2024) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/joj-24-sk.png"/> | JOJ24.sk | | 10 | JOJ 24 | [>](https://sktv.mxnticek.eu/new/stream.php?ch=JOJ%2024) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/joj-24-sk.png"/> | JOJ24.sk |
| 11 | JOJ Šport | [>](https://sktv.mxnticek.eu/new/stream.php?ch=JOJ%20%C5%A0port) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/joj-sport-sk.png"/> | JOJSport.sk | | 11 | JOJ Šport | [>](https://sktv.mxnticek.eu/new/stream.php?ch=JOJ%20%C5%A0port) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/joj-sport-sk.png"/> | JOJSport.sk |
| 12 | Jojko | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Jojko) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/jojko-sk.png"/> | Jojko.sk | | 12 | Jojko | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Jojko) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/jojko-sk.png"/> | Jojko.sk |
| 13 | Jednotka | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Jednotka) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/jednotka-sk.png"/> | STV1.sk | | 13 | Jednotka | [>](http://88.212.15.19/live/test_jednotka_25p/playlist.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/jednotka-sk.png"/> | STV1.sk |
| 14 | Dvojka | [>](https://sktv.mxnticek.eu/new/stream.php?ch=Dvojka) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/dvojka-sk.png"/> | STV2.sk | | 14 | Dvojka | [>](http://88.212.15.19/live/test_dvojka_25p/playlist.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/dvojka-sk.png"/> | STV2.sk |
| 15 | STVR :24 | [>](https://sktv.mxnticek.eu/new/stream.php?ch=STVR%20%3A24) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/rtvs-24-sk.png"/> | RTVS24.sk | | 15 | STVR :24 | [>](https://sktv.mxnticek.eu/new/stream.php?ch=STVR%20%3A24) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/rtvs-24-sk.png"/> | RTVS24.sk |
| 16 | Šport | [>](https://sktv.mxnticek.eu/new/stream.php?ch=%C5%A0port) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/rtvs-sport-sk.png"/> | RTVSSport.sk | | 16 | Šport | [>](https://sktv.mxnticek.eu/new/stream.php?ch=%C5%A0port) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/rtvs-sport-sk.png"/> | RTVSSport.sk |
| 17 | STVR :O | [>](https://sktv.mxnticek.eu/new/stream.php?ch=STVR%20%3AO) | STVR :O | | | 17 | STVR :O | [>](https://sktv.mxnticek.eu/new/stream.php?ch=STVR%20%3AO) | STVR :O | |
| 18 | NR SR | [>](https://sktv.mxnticek.eu/new/stream.php?ch=NR%20SR) | NR SR | | | 18 | NR SR | [>](https://n11.stv.livebox.sk/stv-tv/stv4.stream/playlist.m3u8) | NR SR | |
| 19 | STVR Live | [>](https://sktv.mxnticek.eu/new/stream.php?ch=STVR%20Live) | STVR Live | | | 19 | STVR Live | [>](https://sktv.mxnticek.eu/new/stream.php?ch=STVR%20Live) | STVR Live | |
| 20 | TA3 | [>](https://sktv.mxnticek.eu/new/stream.php?ch=TA3) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/ta3-sk.png"/> | TA3.sk | | 20 | TA3 | [>](https://sktv.mxnticek.eu/new/stream.php?ch=TA3) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/slovakia/ta3-sk.png"/> | TA3.sk |