소스 검색

Merge pull request #58 from samzhuoyiran/master

修复BASE_URL域名导致的retrying模块报错
崔庆才丨静觅 6 년 전
부모
커밋
57c84bc927
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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