🏷修复一键下载视频bug
This commit is contained in:
parent
5319d993b0
commit
2859d05979
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ def video_download_window(result_dict):
|
||||||
f.close()
|
f.close()
|
||||||
put_success('{}下载成功'.format(file_name))
|
put_success('{}下载成功'.format(file_name))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
download_count += 1
|
||||||
put_error('视频下载失败,将跳过该视频。')
|
put_error('视频下载失败,将跳过该视频。')
|
||||||
continue
|
continue
|
||||||
if download_count == total_amount:
|
if download_count == total_amount:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue