mirror of
https://github.com/abc1763613206/myiptv.git
synced 2025-12-19 00:04:48 +08:00
rm column "Description"
This commit is contained in:
2
main.py
2
main.py
@@ -129,7 +129,7 @@ def main():
|
||||
headers = next(f_csv)
|
||||
num = 1
|
||||
with open('data{}.csv'.format(fulltimes), 'a+') as f0: # 写入检测后新data
|
||||
print('Channel,Group,Source,Link,Description', file=f0)
|
||||
print('Channel,Group,Source,Link', file=f0)
|
||||
for row in f_csv:
|
||||
try:
|
||||
if row[3] in uniqueList:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Channel,Group,Source,Link,Description
|
||||
Channel,Group,Source,Link
|
||||
CCTV-1,cctv,北京移动[CDN],http://otttv.bj.chinamobile.com/TVOD/88888888/224/3221226432/1.m3u8
|
||||
CCTV-1,cctv,北京移动[CDN],http://otttv.bj.chinamobile.com/TVOD/88888888/224/3221226338/1.m3u8
|
||||
CCTV-1,cctv,合肥电信[爱上],http://117.71.37.17/live.aishang.ctlcdn.com/00000110240001_1/playlist.m3u8?CONTENTID=00000110240001_1
|
||||
|
||||
|
Reference in New Issue
Block a user