File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ https://iptv.b2og.com/txt/fmml_ipv6.txt
4
4
https://ghgo.xyz/raw.githubusercontent.com/suxuang/myIPTV/main/ipv6.m3u
5
5
https://live.zbds.top/tv/iptv6.txt
6
6
https://live.zbds.top/tv/iptv4.txt
7
- https://live.fanmingming.com /tv/m3u/ipv6.m3u
7
+ https://live.fanmingming.cn /tv/m3u/ipv6.m3u
8
8
https://ghgo.xyz/raw.githubusercontent.com/joevess/IPTV/main/home.m3u8
9
9
https://aktv.top/live.txt
10
10
http://175.178.251.183:6689/live.txt
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ def convert_to_m3u():
356
356
user_final_file = resource_path (config .final_file )
357
357
if os .path .exists (user_final_file ):
358
358
with open (user_final_file , "r" , encoding = "utf-8" ) as file :
359
- m3u_output = '#EXTM3U x-tvg-url="https://live.fanmingming.com /e.xml"\n '
359
+ m3u_output = '#EXTM3U x-tvg-url="https://live.fanmingming.cn /e.xml"\n '
360
360
current_group = None
361
361
for line in file :
362
362
trimmed_line = line .strip ()
@@ -376,7 +376,7 @@ def convert_to_m3u():
376
376
+ ("+" if m .group (3 ) else "" ),
377
377
original_channel_name ,
378
378
)
379
- m3u_output += f'#EXTINF:-1 tvg-name="{ processed_channel_name } " tvg-logo="https://live.fanmingming.com /tv/{ processed_channel_name } .png"'
379
+ m3u_output += f'#EXTINF:-1 tvg-name="{ processed_channel_name } " tvg-logo="https://live.fanmingming.cn /tv/{ processed_channel_name } .png"'
380
380
if current_group :
381
381
m3u_output += f' group-title="{ current_group } "'
382
382
m3u_output += f",{ original_channel_name } \n { channel_link } \n "
You can’t perform that action at this time.
0 commit comments