Update 网络收集.py
This commit is contained in:
+2
-2
@@ -659,8 +659,8 @@ file_path = "网络收集.txt"
|
|||||||
with open(file_path, 'r+', encoding='utf-8') as f:
|
with open(file_path, 'r+', encoding='utf-8') as f:
|
||||||
content = f.read()
|
content = f.read()
|
||||||
f.seek(0, 0)
|
f.seek(0, 0)
|
||||||
f.write(f'更新时间,#genre#\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'请您欣赏,https://vd2.bdstatic.com/mda-mi1dd05gmhwejdwn/sc/cae_h264/1630576203346678103/mda-mi1dd05gmhwejdwn.mp4\n')
|
||||||
f.write(f'{current_time},#genre#\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{content}')
|
f.write(f'虚情的爱,https://vd2.bdstatic.com/mda-mi1dd05gmhwejdwn/sc/cae_h264/1630576203346678103/mda-mi1dd05gmhwejdwn.mp4\n{content}')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user