Update xss_spider.py

This commit is contained in:
Dan McInerney
2014-12-17 11:47:32 -07:00
parent 9fe47ec97f
commit a22f2e4132

View File

@@ -28,6 +28,8 @@ __author__ = 'Dan McInerney danhmcinerney@gmail.com'
class XSSspider(CrawlSpider):
name = 'xsscrapy'
# Scrape 404 pages too
handle_httpstatus_list = [404]
# If you're logging into a site with a logout link, you'll want to
# uncomment the rule below and comment the shorter one right after to