From fad30a1c21bd87d67c5cfa80e4e533ec423dcbb8 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sun, 18 May 2025 14:03:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=8E=B7=E5=8F=96=E9=80=BB=E8=BE=91=EF=BC=8C?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=BA=A7=E5=88=AB=200=20=E7=9A=84=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E4=BB=A5=E5=A2=9E=E5=8A=A0=E6=9C=80=E5=A4=A7=E9=A1=B5?= =?UTF-8?q?=E6=95=B0=E5=92=8C=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3805bf3..311821f 100644 --- a/main.py +++ b/main.py @@ -213,7 +213,7 @@ def get_searchInfo(keyword, level): video_list = [] max_page = 2 limit = 30 - if level == 1 or level == 2: + if level == 0 or level == 1: max_page = 3 limit = 100 for j in range(1, max_page):