瀏覽代碼

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

卓怡然 6 年之前
父節點
當前提交
faa39ffcfb
共有 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