diff --git a/py/IPTV搜索引擎采集.py b/py/IPTV搜索引擎采集.py index 2e4ba9e..0c13a0c 100644 --- a/py/IPTV搜索引擎采集.py +++ b/py/IPTV搜索引擎采集.py @@ -417,7 +417,9 @@ def txt_to_m3u(input_file, output_file): now = datetime.now() current_time = now.strftime("%H:%M:%S") with open(output_file, 'w', encoding='utf-8') as f: - f.write(f'#EXTINF:-1 group-title="更新时间{current_time}",请您欣赏\n') + f.write(f'#EXTINF:-1 group-title="更新时间",请您欣赏\n') + f.write(f'https://vd2.bdstatic.com/mda-nk3am8nwdgqfy6nh/sc/cae_h264/1667555203921394810/mda-nk3am8nwdgqfy6nh.mp4\n') + f.write(f'#EXTINF:-1 group-title="{current_time}",虚情的爱\n') f.write(f'https://vd2.bdstatic.com/mda-mi1dd05gmhwejdwn/sc/cae_h264/1630576203346678103/mda-mi1dd05gmhwejdwn.mp4\n') f.write('#EXTM3U x-tvg-url="https://live.fanmingming.com/e.xml" catchup="append" catchup-source="?playseek=${(b)yyyyMMddHHmmss}-${(e)yyyyMMddHHmmss}"\n') # 初始化genre变量