From 02c9fb6fd8540e807bcda8ecc2d4735e97d1dbe9 Mon Sep 17 00:00:00 2001 From: work Date: Mon, 9 Feb 2026 20:40:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spider/proxy_valid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spider/proxy_valid.py b/spider/proxy_valid.py index d109c04..3634203 100644 --- a/spider/proxy_valid.py +++ b/spider/proxy_valid.py @@ -24,7 +24,7 @@ class ProxyChecker: list: 代理列表,格式为 [{"ip": "x.x.x.x", "port": xxxx}, ...] """ try: - url = 'https://api.911proxy.com/web_v1/ip/get-ip-v3?app_key=67645499c25418a2669fe1470307fd56&pt=9&num=10&ep=&cc=&state=&city=&life=30&protocol=1&format=json' + url = 'http://123.58.209.87:8080/S2uDt8u8/proxy' response = requests.get(url=url, timeout=self.timeout, verify=False) response.raise_for_status()