mirror of
https://github.com/abc1763613206/myiptv.git
synced 2025-12-18 15:54:38 +08:00
rm invalid links
This commit is contained in:
1516
epg/cctv-simple.m3u
1516
epg/cctv-simple.m3u
File diff suppressed because it is too large
Load Diff
2638
epg/cctv.m3u
2638
epg/cctv.m3u
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3658
epg/difang.m3u
3658
epg/difang.m3u
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
13744
epg/merged.m3u
13744
epg/merged.m3u
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2930
epg/special.m3u
2930
epg/special.m3u
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
4524
epg/weishi.m3u
4524
epg/weishi.m3u
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1879
groups/cctv.txt
1879
groups/cctv.txt
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2728
groups/difang.txt
2728
groups/difang.txt
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2106
groups/special.txt
2106
groups/special.txt
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3248
groups/weishi.txt
3248
groups/weishi.txt
File diff suppressed because it is too large
Load Diff
6
main.py
6
main.py
@@ -144,11 +144,13 @@ def main():
|
||||
ret = False
|
||||
if(ret): # 通过,写入
|
||||
with open('groups/{}{}.txt'.format(row[1],times), 'a+') as f1:
|
||||
print('{}({}{}-{}*{}),{}'.format(row[0],row[2],getdes(row[4]),ret[0],ret[1],row[3]), file=f1)
|
||||
# print('{}({}{}-{}*{}),{}'.format(row[0],row[2],getdes(row[4]),ret[0],ret[1],row[3]), file=f1)
|
||||
print('{}({}-{}*{}),{}'.format(row[0],row[2],ret[0],ret[1],row[3]), file=f1)
|
||||
with open('groups/{}-simple{}.txt'.format(row[1],times), 'a+') as f1:
|
||||
print('{},{}'.format(row[0],row[3]), file=f1)
|
||||
with open('merged{}.txt'.format(times),'a+') as f1:
|
||||
print('{}({}{}-{}*{}),{}'.format(row[0],row[2],getdes(row[4]),ret[0],ret[1],row[3]), file=f1)
|
||||
# print('{}({}{}-{}*{}),{}'.format(row[0],row[2],getdes(row[4]),ret[0],ret[1],row[3]), file=f1)
|
||||
print('{}({}-{}*{}),{}'.format(row[0],row[2],ret[0],ret[1],row[3]), file=f1)
|
||||
with open('merged-simple{}.txt'.format(times),'a+') as f1:
|
||||
print('{},{}'.format(row[0],row[3]), file=f1)
|
||||
print('{},{},{},{}'.format(row[0],row[1],row[2],row[3]), file=f0)
|
||||
|
||||
3783
merged-simple.txt
3783
merged-simple.txt
File diff suppressed because it is too large
Load Diff
9961
merged.txt
9961
merged.txt
File diff suppressed because it is too large
Load Diff
3783
utf8/data.csv
3783
utf8/data.csv
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1879
utf8/groups/cctv.txt
1879
utf8/groups/cctv.txt
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
9961
utf8/merged.txt
9961
utf8/merged.txt
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user