File: spider0.py

package info (click to toggle)
python-scrapy 0.14.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,064 kB
  • sloc: python: 19,468; xml: 199; sh: 134; makefile: 67
file content (4 lines) | stat: -rw-r--r-- 118 bytes parent folder | download
1
2
3
4
from scrapy.spider import BaseSpider

class Spider0(BaseSpider):
    allowed_domains = ["scrapy1.org", "scrapy3.org"]