Пример #1
0
    def __init__(self, thcnt, cvaccs):
        self.cvaccs = cvaccs
        self.zlgm = MRLManager(cvaccs, new_ZLLogin)
        downloader_base.CVContactSpiderBase.__init__(self, thcnt, 'cv_zhilian')
        self.page_store = cv_download_page.CVZLDownloadPageStore()

        self.log = log_util.MLog(self.__class__.__name__, config.LOGGING_FILE)
Пример #2
0
    def __init__(self):
        DownloadPageStoreBase.__init__(
            self,
            'cv_zhilian',
            dburl=config.DOWNLOADED_CV_MONGODB_URLS.get('cv_zhilian'))
        self.page_store = CVDownloadPageStore('cv_zhilian')

        self.log = log_util.MLog(self.__class__.__name__, config.LOGGING_FILE)
Пример #3
0
    def __init__(self, thcnt, cvaccs):
        self.cv51nm = MRLManager(cvaccs, new_51Login)
        downloader_base.CVContactSpiderBase.__init__(self, thcnt, 'cv_51job')
        self.page_store = cv_download_page.CV51DownloadPageStore()

        self.log = log_util.MLog(self.__class__.__name__, config.LOGGING_FILE)