I\'m starting with scrapy, and I have first real problem. It\'s downloading pictures. So this is my spider.
from scrapy.contrib.spiders import CrawlSpider, R
I think that you may need to provide your image url in a list to the Item:
item['image_urls'] = [ 'http://www.domain.com' + item['image_urls'] ]