🏷修复一键下载视频bug

This commit is contained in:
Evil0ctal 2022-04-11 23:15:11 -07:00 committed by GitHub
parent 5319d993b0
commit 2859d05979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,6 +156,7 @@ def video_download_window(result_dict):
f.close()
put_success('{}下载成功'.format(file_name))
except Exception as e:
download_count += 1
put_error('视频下载失败,将跳过该视频。')
continue
if download_count == total_amount: