# Automatically created by: scrapy startproject # # For more information about the [deploy] section see: # http://doc.scrapy.org/en/latest/topics/scrapyd.html [settings] default = mspider.settings [deploy] #url = http://localhost:6800/ project = mspider [custom] cookies = {} regexes = ["http://\\S+"] xpaths = ["//img[contains(@src,'jpg')]/@src"] start_urls = ["http://photo.sina.com.cn/"] allowed_domains = ["sina.com.cn"]