From e9ef87fe62a83dfa4f40c3cfc2175004dddda2c2 Mon Sep 17 00:00:00 2001 From: xiaofeng wang Date: Thu, 17 Jul 2025 11:55:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BB=A5=E6=8F=90=E9=AB=98=E5=8F=AF=E8=AF=BB=E6=80=A7?= =?UTF-8?q?=E5=B9=B6=E6=B8=85=E7=90=86=E5=A4=9A=E4=BD=99=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneget.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oneget.py b/oneget.py index 4f177bb..6826fd8 100644 --- a/oneget.py +++ b/oneget.py @@ -132,7 +132,7 @@ if not kwdata: kwdata = kwdata[0][1] rn = kwdata['rn'] proxy_name = proxiesdict.get(rn) -proxies_str = db.get_proxy(proxy_name, '1') +proxies_str = db.get_proxy(proxy_name, '-1') proxies = { 'http': proxies_str, 'https': proxies_str @@ -155,7 +155,7 @@ data = { "shouldIncludeVideos": False, # 是否包含视频 "shouldIncludeLives": False, # 是否包含直播 "page": 1, - "limit": 100, + "limit": 20, "recaptchaToken": None }, "query": """