Explorar el Código

Merge pull request #58 from samzhuoyiran/master

修复BASE_URL域名导致的retrying模块报错
崔庆才丨静觅 hace 6 años
padre
commit
57c84bc927
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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