Lynda single page scraping done

This commit is contained in:
bendtherules
2014-05-11 10:59:51 +05:30
commit d2c7c4139a
13 changed files with 282 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Scrapy settings for try_scrapy project
#
# For simplicity, this file contains only the most important settings by
# default. All the other settings are documented here:
#
# http://doc.scrapy.org/en/latest/topics/settings.html
#
BOT_NAME = 'try_scrapy'
SPIDER_MODULES = ['try_scrapy.spiders']
NEWSPIDER_MODULE = 'try_scrapy.spiders'
# Crawl responsibly by identifying yourself (and your website) on the user-agent
#USER_AGENT = 'try_scrapy (+http://www.yourdomain.com)'