Scrapy initialization code read file before spider crawling starts

前端 未结 0 1520
一整个雨季
一整个雨季 2020-12-03 03:33

I have a scrapy spider as below to crawl data.

class MySpider(BaseSpider):
    name = "spider"
    def __init(self):
      self._allowed_domains = [         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题