1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-03-04 09:18:19 +00:00
2014-07-30 19:45:08 -03:00

5 lines
110 B
Python

from scrapy.spider import Spider
class Spider0(Spider):
allowed_domains = ["scrapy1.org", "scrapy3.org"]