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)