http://usggwz6vwth276fdyccskoba5u2jis5ugv2ew2fy2blowgf2dv73axad.onion/post/scraping-essentials-scrapy.html
Calling the parse_first_repo method # Before extracting this new data we need to manage the one we’ve just extracted.
Save all your data in a new object: data = { ' uid ' : uid , ' login ' : login , ' name ' : name , ' bio ' : bio , ' org ' : org , ' location ' : location , ' local_time ' : local_time , ' url ' : url , ' social ' : social , } Since Scrapy works asyncronously you need to use yield statements instead of return , so before closing the original parse function...