Hi,

2 things caught my attention:

allowed_domains should be a list of domains, not URLs:
allowed_domains = ["rottentomatoes.com"]

And CrawlSpider is usually written with crawling rules.
Here you could simply use scrapy.Spider instead.

I tested your spider with the allowed_domains change only, and it works -- 
it's crawling and extracting items,
although your XPaths for "REVIEW" and "MOVIE_TITLE" didn't work for me.

Regards,
Paul.

On Friday, March 13, 2015 at 2:51:50 PM UTC+1, JEBI93 wrote:
>
> Hi, I get no items scraped when i run scrapy, its pretty simple project: 
> http://pastebin.com/200Acbfx
>
>

-- 
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.

Reply via email to