From 291e696dc1c7a8370868450adfce3b45c0d08699 Mon Sep 17 00:00:00 2001 From: work Date: Thu, 9 Apr 2026 16:12:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E5=8F=91=E4=B8=8D=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spider/task.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spider/task.py b/spider/task.py index c837e05..26d3b9b 100644 --- a/spider/task.py +++ b/spider/task.py @@ -1228,11 +1228,11 @@ def playwright_share(cookies, target_url, content): browser = playwright.chromium.launch( headless=False, args=['--start-maximized'], executable_path=path, - proxy={ - "server": "http://pr.oxylabs.io:7777", # 必填 - "username": f"customer-{username}-cc-{country}", - "password": password - } + # proxy={ + # "server": "http://pr.oxylabs.io:7777", # 必填 + # "username": f"customer-{username}-cc-{country}", + # "password": password + # } ) context = browser.new_context(no_viewport=True)