From 279c2931478aade621e821dda29a3c6233b79560 Mon Sep 17 00:00:00 2001 From: ouzhuowei <190020754@qq.com> Date: Fri, 13 Feb 2026 09:54:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: ouzhuowei <190020754@qq.com> --- tools/crawler_util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/crawler_util.py b/tools/crawler_util.py index 7cab0e0..12cb73e 100644 --- a/tools/crawler_util.py +++ b/tools/crawler_util.py @@ -181,7 +181,6 @@ def format_proxy_info(ip_proxy_info) -> Tuple[Optional[Dict], Optional[str]]: ip_proxy_info = cast(IpInfoModel, ip_proxy_info) # Playwright proxy server should be in format "host:port" without protocol prefix - # Remove protocol prefix if present (http:// or https://) server = f"{ip_proxy_info.ip}:{ip_proxy_info.port}" playwright_proxy = {