Probably there isn't a http response, Scrapy doesn't call the parse_item class method.
Using "wget" to download this page, observe the downloading process. Some websites forbid the http request if the http header doesn't contain the 'Referer' field. The url in "start_urls" isn't a homepage, should have a "Referer" field normally. -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
