I am new to python and scrapy. I am trying to follow the Scrapy training course, but I do not understand the logic of the storage phase.
scrapy crawl spidername -o items.json -t json scrapy crawl spidername --set FEED_URI=output.csv --set FEED_FORMAT=csv
I do not understand the meaning:
thanks for the help
python scrapy
Stephen
source share