Sfoglia il codice sorgente

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

卓怡然 6 anni fa
parent
commit
faa39ffcfb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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