From f4f0f49ff410aaa99c0d7c51782def37e496cbd1 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:31:28 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=B5=8B=E7=BB=98=E7=AB=99=E9=87=87?= =?UTF-8?q?=E9=9B=86.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/测绘站采集.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/py/测绘站采集.py b/py/测绘站采集.py index bec943c..a63bb38 100644 --- a/py/测绘站采集.py +++ b/py/测绘站采集.py @@ -476,8 +476,8 @@ with open(file_path, 'r+', encoding='utf-8') as f: content = f.read() f.seek(0, 0) f.write(f'{content}\n') - f.write(f'#EXTINF:-1 group-title="更新时间",请您欣赏\n') - f.write(f'http://em.21dtv.com/songs/60144971.mkv\n') + #f.write(f'#EXTINF:-1 group-title="更新时间",请您欣赏\n') + #f.write(f'http://em.21dtv.com/songs/60144971.mkv\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') @@ -773,8 +773,8 @@ with open(file_path, 'r+', encoding='utf-8') as f: content = f.read() f.seek(0, 0) f.write(f'{content}\n') - f.write(f'更新时间,#genre#\n') - f.write(f'请您欣赏,https://vd2.bdstatic.com/mda-mi1dd05gmhwejdwn/sc/cae_h264/1630576203346678103/mda-mi1dd05gmhwejdwn.mp4\n') + #f.write(f'更新时间,#genre#\n') + #f.write(f'请您欣赏,https://vd2.bdstatic.com/mda-mi1dd05gmhwejdwn/sc/cae_h264/1630576203346678103/mda-mi1dd05gmhwejdwn.mp4\n') f.write(f'{current_time},#genre#\n') f.write(f'虚情的爱,https://vd2.bdstatic.com/mda-mi1dd05gmhwejdwn/sc/cae_h264/1630576203346678103/mda-mi1dd05gmhwejdwn.mp4\n')