duplicate_removal.py 文件源码

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

项目:wechat-crawler 作者: DMGbupt 项目源码 文件源码
def process_item(self, item, spider):
        """??????
        """

        # ????
        if isinstance(item, WeChat):
            if self.is_duplicate_wechat(item):
                return DropItem("Duplicate news found: %s" % item['article_addr'])
            else:
                return item
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号