fix(tiktok): 单个作品不使用多线程

This commit is contained in:
imgyh 2023-03-22 18:58:49 +08:00
parent f8ec5e3745
commit 939a417654

View File

@ -84,7 +84,7 @@ def main():
elif key_type == "aweme":
datanew, dataraw = tk.getAwemeInfo(key)
tk.awemeDownload(awemeDict=datanew, music=args.music, cover=args.cover, avatar=args.avatar,
savePath=args.path)
savePath=args.path, usingThread=False)
elif key_type == "live":
live_json = tk.getLiveInfo(key)
if not os.path.exists(args.path):