Base class for Scrapy spiders
See documentation in docs/topics/spiders.rst
Module | crawl |
This modules implements the CrawlSpider which is the recommended spider to use for scraping typical web sites that requires crawling pages. |
Module | feed |
This module implements the XMLFeedSpider which is the recommended spider to use for scraping from an XML feed. |
Module | init |
No module docstring; 1/1 class documented |
Module | sitemap |
Undocumented |