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:
@@ -16,7 +16,7 @@ https://naori-test.netgenx.site/pxx.php?shk_cid=hdgd05#.m3u8
|
||||
#EXTINF:-1 tvg-name="NHK BS" tvg-logo="https://i.imgur.com/t0uZcSR.png" tvg-id="NHKBS.jp" tvg-chno="BS101" tvg-country="JP" group-title="日本 / Japan",NHK BS
|
||||
https://naori-test.netgenx.site/pxx.php?shk_cid=bs02#.m3u8
|
||||
#EXTINF:-1 tvg-name="NHK BSP4K" tvg-logo="https://i.imgur.com/uvPpFo5.png" tvg-id="NHKBSP4K.jp" tvg-chno="BS4K101" tvg-country="JP" group-title="日本 / Japan",NHK BSP4K
|
||||
[NO PUBLIC STREAM]
|
||||
https://naori-test.netgenx.site/pxx.php?shk_cid=bs01#.m3u8
|
||||
#EXTINF:-1 tvg-name="BS日テレ" tvg-logo="https://i.imgur.com/26ATUNc.png" tvg-id="BSNipponTV.jp" tvg-chno="BS141" tvg-country="JP" group-title="日本 / Japan",BS日テレ
|
||||
https://naori-test.netgenx.site/pxx.php?shk_cid=bs03#.m3u8
|
||||
#EXTINF:-1 tvg-name="BS朝日" tvg-logo="https://i.imgur.com/Cl68ZMA.png" tvg-id="BSAsahi.jp" tvg-chno="BS151" tvg-country="JP" group-title="日本 / Japan",BS朝日
|
||||
@@ -28,11 +28,11 @@ https://naori-test.netgenx.site/pxx.php?shk_cid=bs06#.m3u8
|
||||
#EXTINF:-1 tvg-name="BSフジ" tvg-logo="https://i.imgur.com/N4xeDxJ.png" tvg-id="BSFuji.jp" tvg-chno="BS181" tvg-country="JP" group-title="日本 / Japan",BSフジ
|
||||
https://naori-test.netgenx.site/pxx.php?shk_cid=bs11#.m3u8
|
||||
#EXTINF:-1 tvg-name="WOWOWプライム" tvg-logo="https://www.lyngsat.com/logo/tv/ww/wowow_prime.png" tvg-id="WOWOWPrime.jp" tvg-chno="BS191" tvg-country="JP" group-title="日本 / Japan",WOWOWプライム
|
||||
[NO PUBLIC STREAM]
|
||||
https://naori-test.netgenx.site/pxx.php?shk_cid=bs12#.m3u8
|
||||
#EXTINF:-1 tvg-name="WOWOWライブ" tvg-logo="https://www.lyngsat.com/logo/tv/ww/wowow_live.png" tvg-id="WOWOWLive.jp" tvg-chno="BS192" tvg-country="JP" group-title="日本 / Japan",WOWOWライブ
|
||||
[NO PUBLIC STREAM]
|
||||
#EXTINF:-1 tvg-name="WOWOWシネマ" tvg-logo="https://www.lyngsat.com/logo/tv/ww/wowow_cinema.png" tvg-id="WOWOWCinema.jp" tvg-chno="BS193" tvg-country="JP" group-title="日本 / Japan",WOWOWシネマ
|
||||
[NO PUBLIC STREAM]
|
||||
https://naori-test.netgenx.site/pxx.php?shk_cid=bs08#.m3u8
|
||||
#EXTINF:-1 tvg-name="BS10" tvg-logo="https://i.imgur.com/KPZiuHl.png" tvg-id="jcom_120_110_4" tvg-chno="BS200" tvg-country="JP" group-title="日本 / Japan",BS10
|
||||
https://naori-test.netgenx.site/pxx.php?shk_cid=bs10#.m3u8
|
||||
#EXTINF:-1 tvg-name="BS10スターチャンネル" tvg-logo="https://i.imgur.com/SN0ED0U.png" tvg-id="jcom_120_200_4" tvg-chno="BS201" tvg-country="JP" group-title="日本 / Japan",BS10スターチャンネル
|
||||
|
||||
Reference in New Issue
Block a user