转发不用代理
All checks were successful
Update Code / StopService (windows-101.36.102.136) (push) Successful in 0s
Update Code / StopService (windows-101.36.104.175) (push) Successful in 1s
Update Code / CD (windows-101.36.102.136) (push) Successful in 8s
Update Code / CD (windows-101.36.104.175) (push) Successful in 13s
All checks were successful
Update Code / StopService (windows-101.36.102.136) (push) Successful in 0s
Update Code / StopService (windows-101.36.104.175) (push) Successful in 1s
Update Code / CD (windows-101.36.102.136) (push) Successful in 8s
Update Code / CD (windows-101.36.104.175) (push) Successful in 13s
This commit is contained in:
@@ -1228,11 +1228,11 @@ def playwright_share(cookies, target_url, content):
|
|||||||
|
|
||||||
browser = playwright.chromium.launch(
|
browser = playwright.chromium.launch(
|
||||||
headless=False, args=['--start-maximized'], executable_path=path,
|
headless=False, args=['--start-maximized'], executable_path=path,
|
||||||
proxy={
|
# proxy={
|
||||||
"server": "http://pr.oxylabs.io:7777", # 必填
|
# "server": "http://pr.oxylabs.io:7777", # 必填
|
||||||
"username": f"customer-{username}-cc-{country}",
|
# "username": f"customer-{username}-cc-{country}",
|
||||||
"password": password
|
# "password": password
|
||||||
}
|
# }
|
||||||
)
|
)
|
||||||
|
|
||||||
context = browser.new_context(no_viewport=True)
|
context = browser.new_context(no_viewport=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user