From f0660c4d5b396539693cba9733e709a430b5b7c3 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Wed, 16 Jul 2025 21:00:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=8E=A5=E5=8F=A3=E7=9A=84=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E9=A1=B5=E6=95=B0=E5=92=8C=E9=99=90=E5=88=B6=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E6=95=B0=E6=8D=AE=E8=8E=B7=E5=8F=96=E8=83=BD=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 8a9eae2..f2fc056 100644 --- a/main.py +++ b/main.py @@ -59,11 +59,11 @@ def get_searchInfo(keyword, level, headers, proxy_name, r=2): if r == 2: logger.info(f"NET处理->{keyword},\trn->{proxy_name},\tlevel->{level}") video_list = [] - max_page = 2 - limit = 30 + max_page = 3 + limit = 100 endpoint = 'https://api.dailymotion.com/videos' if level == 0 or level == 1: - max_page = 3 + max_page = 4 limit = 100 for j in range(1, max_page): params = {