From fc29bddab28da10e9b955812b3b82c6a8b0eb74c Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Wed, 4 Jun 2025 20:57:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E8=AE=BE=E7=BD=AE=E4=BB=A5=E7=AE=80=E5=8C=96=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E5=90=AF=E5=8A=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report_video.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/report_video.py b/report_video.py index 7aaceb6..2a69aca 100644 --- a/report_video.py +++ b/report_video.py @@ -31,10 +31,7 @@ class DailymotionClient: self._pw = sync_playwright().start() self.browser: Browser = self._pw.chromium.launch( - headless=self.headless, - proxy={ - "server": "http://127.0.0.1:7890" - } + headless=self.headless ) self.page: Page = self.browser.new_page()