Commit 3699a38e authored by hujun's avatar hujun

not

parent 2b9f7db1
...@@ -113,7 +113,7 @@ class DownFile: ...@@ -113,7 +113,7 @@ class DownFile:
file_url = url[0:string_end] file_url = url[0:string_end]
local_file = self.save_path + local_dir + '/' + re.findall(r".com\D.*", file_url)[0][5:] # 阿里云文件名 local_file = self.save_path + local_dir + '/' + re.findall(r".com\D.*", file_url)[0][5:] # 阿里云文件名
else: else:
if len(item['mp3_url']) == 0: if not item['mp3_url']:
continue continue
url = item['mp3_url'] url = item['mp3_url']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment