scrapyjiji.py 文件源码

python
阅读 17 收藏 0 点赞 0 评论 0

项目:scrapyjiji 作者: sbourdelin 项目源码 文件源码
def __init__(self, *a, **kw):
        """Attach a callback to the spider_closed signal"""
        super(Kijiji, self).__init__(*a, **kw)
        dispatcher.connect(self.spider_closed, signals.spider_closed)
        if USE_DB is True:
            self.open_database()
            if DRAW_ALL_DB is True and DRAW_NEW_AD_ONLY is False:
                # add already know marker
                for x in self.m_list:
                    self.add_marker(x, False)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号