Scrapy - Crawl Multiple Pages Per Item
问题 I am trying to crawl a few extra pages per item to grab some location information. At the end of the item before return I check to see if we need to crawl extra pages to grab the information, essentially these pages contain some location details and are a simple get request. I.e. http://site.com.au/MVC/Offer/GetLocationDetails/?locationId=3761&companyId=206 The above link either returns a select with more pages to crawl - or a dd/dt with the address details. Either way I need to extract this