|
@@ -1,14 +1,13 @@
|
|
|
from abc import abstractmethod, ABCMeta
|
|
|
|
|
|
from common.execptions import QccError
|
|
|
-from common.tools import html2element
|
|
|
from constants import (
|
|
|
ORGANIZATION,
|
|
|
KEYWORD
|
|
|
)
|
|
|
from crawler.analysis import parse_urls
|
|
|
from crawler.download import Downloader
|
|
|
-from crawler.utils import get_url
|
|
|
+from crawler.utils import get_url, html2element
|
|
|
from settings import ENGINE_FEATURE_RETRIEVES
|
|
|
|
|
|
|