Get tag content with Scrapy
I’m new to Scrapy and am practising fetching pages with it.
Get tag content with Scrapy
I’m new to Scrapy and am practising fetching pages with it.
Get tag content with Scrapy
I’m new to Scrapy and am practising fetching pages with it.
How should I organize code, if I want to request url parse from start_requests(), and also need to request to switch to next page
I am parsing a news website, start point main-url is a web page of list of news.
And I want to parse out each sub-url of news, and request these sub-url to get corresponding html. Then if the main-url still have next page, I will request to the next page. Here is my code: