Skip to content

Commit 3a5667d

Browse files
committed
fix:domain(#762)
1 parent cd50187 commit 3a5667d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/subscribe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ https://iptv.b2og.com/txt/fmml_ipv6.txt
44
https://ghgo.xyz/raw.githubusercontent.com/suxuang/myIPTV/main/ipv6.m3u
55
https://live.zbds.top/tv/iptv6.txt
66
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
88
https://ghgo.xyz/raw.githubusercontent.com/joevess/IPTV/main/home.m3u8
99
https://aktv.top/live.txt
1010
http://175.178.251.183:6689/live.txt

utils/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def convert_to_m3u():
356356
user_final_file = resource_path(config.final_file)
357357
if os.path.exists(user_final_file):
358358
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'
360360
current_group = None
361361
for line in file:
362362
trimmed_line = line.strip()
@@ -376,7 +376,7 @@ def convert_to_m3u():
376376
+ ("+" if m.group(3) else ""),
377377
original_channel_name,
378378
)
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"'
380380
if current_group:
381381
m3u_output += f' group-title="{current_group}"'
382382
m3u_output += f",{original_channel_name}\n{channel_link}\n"

0 commit comments

Comments
 (0)