def __init__(self):
scrapy.Spider.__init__(self)
pydispatch.dispatcher.connect(self.handle_spider_closed, signals.spider_closed)
# all asin scrapied will store in the array
self.product_pool = {}
self.log = []
self.products = []
评论列表
文章目录