mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-09-24 19:17:14 +02:00
Add 3 newly-found BS cids without moving existing ones
Follow-up to #1156. That PR found working cids (01, 08, 12 - the range was 02-07,10,11 before) for channels previously marked [NO PUBLIC STREAM], which is valuable, but it also reassigned the cid of every already-known-working channel (NHK BS, BS日テレ, BS朝日, BS-TBS, BSテレ東, BSフジ) to its neighbor's old value - a clean cyclic shift across exactly six channels, which is what a list/list zip misaligned by one produces, not what channel-by-channel verification produces. Neither the old nor the new mapping carries any content-level proof (the streams have no identifying metadata), so there's no way to tell which is right - only that the shift itself isn't evidence of anything. This takes only the part that's unambiguous: three cids nobody had before, given to the three channels that had nothing. bs07 was one of the "new" ones in #1156, but it's already BS10スターチャンネル's cid, so WOWOWシネマ gets bs08 instead - the only other free value. Verified each new cid resists a single flaky read (checked 4x): bs01 and bs12 came back flaky (3/4 ok) but real, bs08 came back alive (4/4). That's consistent with how naori-test.netgenx.site behaves generally (see check_channels.py's docstring), not a sign these three are wrong.
This commit is contained in:
+3
-3
@@ -17,15 +17,15 @@
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:-:|:--------------------:|:----------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------:|:-------------:|
|
||||
| BS101 | NHK BS | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=bs02#.m3u8) | <img height="30" src="https://i.imgur.com/t0uZcSR.png"/> | NHKBS.jp |
|
||||
| BS4K101 | NHK BSP4K | [>]([NO PUBLIC STREAM]) | <img height="30" src="https://i.imgur.com/uvPpFo5.png"/> | NHKBSP4K.jp |
|
||||
| BS4K101 | NHK BSP4K | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=bs01#.m3u8) | <img height="30" src="https://i.imgur.com/uvPpFo5.png"/> | NHKBSP4K.jp |
|
||||
| BS141 | BS日テレ | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=bs03#.m3u8) | <img height="30" src="https://i.imgur.com/26ATUNc.png"/> | BSNipponTV.jp |
|
||||
| BS151 | BS朝日 | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=bs04#.m3u8) | <img height="30" src="https://i.imgur.com/Cl68ZMA.png"/> | BSAsahi.jp |
|
||||
| BS161 | BS-TBS | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=bs05#.m3u8) | <img height="30" src="https://i.imgur.com/BSt9UG2.png"/> | BSTBS.jp |
|
||||
| BS171 | BSテレ東 | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=bs06#.m3u8) | <img height="30" src="https://i.imgur.com/LsQlNcz.png"/> | BSTVTokyo.jp |
|
||||
| BS181 | BSフジ | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=bs11#.m3u8) | <img height="30" src="https://i.imgur.com/N4xeDxJ.png"/> | BSFuji.jp |
|
||||
| BS191 | WOWOWプライム | [>]([NO PUBLIC STREAM]) | <img height="30" src="https://www.lyngsat.com/logo/tv/ww/wowow_prime.png"/> | WOWOWPrime.jp |
|
||||
| BS191 | WOWOWプライム | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=bs12#.m3u8) | <img height="30" src="https://www.lyngsat.com/logo/tv/ww/wowow_prime.png"/> | WOWOWPrime.jp |
|
||||
| BS192 | WOWOWライブ | [>]([NO PUBLIC STREAM]) | <img height="30" src="https://www.lyngsat.com/logo/tv/ww/wowow_live.png"/> | WOWOWLive.jp |
|
||||
| BS193 | WOWOWシネマ | [>]([NO PUBLIC STREAM]) | <img height="30" src="https://www.lyngsat.com/logo/tv/ww/wowow_cinema.png"/> | WOWOWCinema.jp |
|
||||
| BS193 | WOWOWシネマ | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=bs08#.m3u8) | <img height="30" src="https://www.lyngsat.com/logo/tv/ww/wowow_cinema.png"/> | WOWOWCinema.jp |
|
||||
| BS200 | BS10 | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=bs10#.m3u8) | <img height="30" src="https://i.imgur.com/KPZiuHl.png"/> | jcom_120_110_4 |
|
||||
| BS201 | BS10スターチャンネル | [>](https://naori-test.netgenx.site/pxx.php?shk_cid=bs07#.m3u8) | <img height="30" src="https://i.imgur.com/SN0ED0U.png"/> | jcom_120_200_4 |
|
||||
| BS236 | アニマックス | [>]([NO PUBLIC STREAM]) | <img height="30" src="https://i.imgur.com/jO0qUvj.png"/> | AnimaxAsia.sg@Japan |
|
||||
|
||||
Reference in New Issue
Block a user