mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-09-25 03:21:20 +02:00
Strip trailing Ⓢ/Ⓖ/Ⓨ markers from tvg-name
Issue #483: these circled-letter suffixes are in-list markers for human readers (subscription-required, geo-blocked, YouTube-sourced, etc.), but were leaking into the generated tvg-name verbatim (e.g. tvg-name="Rai 1 Ⓖ"), breaking EPG matching for any provider keying off channel name. Now stripped from tvg-name only; the display name after the comma still shows the marker as before.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
https://node1.olelive.com:6443/live/CCTV1HD/hls.m3u8
|
||||
#EXTINF:-1 tvg-name="CCTV-2 财经" tvg-logo="https://i.imgur.com/6C9JEYt.png" tvg-id="CCTV2.cn" tvg-chno="2" tvg-country="CN" group-title="China",CCTV-2 财经
|
||||
https://node1.olelive.com:6443/live/CCTV2HD/hls.m3u8
|
||||
#EXTINF:-1 tvg-name="CCTV-4 中文国际(亚) Ⓨ" tvg-logo="https://i.imgur.com/ovUSVEQ.png" tvg-id="CCTV4Asia.cn" tvg-chno="4" tvg-country="CN" group-title="China",CCTV-4 中文国际(亚) Ⓨ
|
||||
#EXTINF:-1 tvg-name="CCTV-4 中文国际(亚)" tvg-logo="https://i.imgur.com/ovUSVEQ.png" tvg-id="CCTV4Asia.cn" tvg-chno="4" tvg-country="CN" group-title="China",CCTV-4 中文国际(亚) Ⓨ
|
||||
https://www.youtube.com/channel/UC4K_LI-Tn3-LshNgG0-YypQ/live
|
||||
#EXTINF:-1 tvg-name="CCTV-4 中文国际(美) Ⓢ" tvg-logo="https://i.imgur.com/1TPiRqR.png" tvg-id="CCTV4America.cn" tvg-chno="6" tvg-country="CN" group-title="China",CCTV-4 中文国际(美) Ⓢ
|
||||
#EXTINF:-1 tvg-name="CCTV-4 中文国际(美)" tvg-logo="https://i.imgur.com/1TPiRqR.png" tvg-id="CCTV4America.cn" tvg-chno="6" tvg-country="CN" group-title="China",CCTV-4 中文国际(美) Ⓢ
|
||||
https://global.cgtn.cicc.media.caton.cloud/master/cgtn-america.m3u8
|
||||
#EXTINF:-1 tvg-name="CCTV-5 体育" tvg-logo="https://i.imgur.com/Mut2omN.png" tvg-id="CCTV5.cn" tvg-chno="7" tvg-country="CN" group-title="China",CCTV-5 体育
|
||||
https://node1.olelive.com:6443/live/CCTV5HD/hls.m3u8
|
||||
|
||||
Reference in New Issue
Block a user