This commit is contained in:
abc1763613206
2021-02-22 10:54:41 +08:00
parent 3995399f5a
commit 2586cc9695
38 changed files with 124746 additions and 4989 deletions

View File

@@ -9,6 +9,8 @@ url = 'http://epg.51zmt.top:8000/upload/'
def get_epg(a, b):
f = os.path.join(a, b)
if ('utf8' in f) or ('ignored' in f):
return
files = {'myfile': open(f,'rb')}
print('Converting {}'.format(f))
r = requests.post(url,files=files)