Browse Source

搜索模块

dongzhaorui 3 years ago
parent
commit
dcedfe5235
1 changed files with 1 additions and 1 deletions
  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