I want to crawl the image of each bottle of wine from web site of vinnicolas and save it in an svc file.
unfortunately, I got some errors :
Spider : https://gist.github.com/anonymous/6424305
pipelines.py. : https://gist.github.com/nahali/6434932
settings.py :
Your
parse_wine_page
does not set the "image_urls" field value in the items, so the middleware will not download any imagesAlso make sure your
Projetvinnicolas3Item
class has "images" and "image_urls" Fields()