Selaa lähdekoodia

fix: 修复关于BASE_URL域名导致的retrying模块错误

卓怡然 6 vuotta sitten
vanhempi
sitoutus
faa39ffcfb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      proxypool/crawlers/daili66.py

+ 1 - 1
proxypool/crawlers/daili66.py

@@ -3,7 +3,7 @@ from proxypool.schemas.proxy import Proxy
 from proxypool.crawlers.base import BaseCrawler
 
 
-BASE_URL = 'http://www.664ip.cn/{page}.html'
+BASE_URL = 'http://www.66ip.cn/{page}.html'
 MAX_PAGE = 5