瀏覽代碼

搜索模块

dongzhaorui 3 年之前
父節點
當前提交
dcedfe5235
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      find_source/crawler/searcher.py

+ 1 - 1
find_source/crawler/search_engines.py → find_source/crawler/searcher.py

@@ -1,6 +1,6 @@
 from abc import abstractmethod, ABCMeta
 
-from common.analysis import parse_urls
+from crawler.analysis import parse_urls
 from crawler.constants import RBF, MGO_VISIT
 from crawler.downloader import Downloader