From 2859d0597954e503301d1c2c82654578e5e99799 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Mon, 11 Apr 2022 23:15:11 -0700 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=8F=B7=E4=BF=AE=E5=A4=8D=E4=B8=80?= =?UTF-8?q?=E9=94=AE=E4=B8=8B=E8=BD=BD=E8=A7=86=E9=A2=91bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/web_zh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/web_zh.py b/Web/web_zh.py index b18bfb2..025bf36 100644 --- a/Web/web_zh.py +++ b/Web/web_zh.py @@ -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: