Python Forum

Full Version: the next_page command using Scrapy Splash is not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear Everyone,

I am trying to extract all quotes with author and tags from 'http://quotes.toscrape.com/js'. The page uses Javascript for web content. Therefore I am using Splash with scrapy. The spider codes extract the information on the very first page but do not extract information from other pages. Could you please give me guidelines to fix the next_page command? I appreciate your help.
engine] INFO: Spider closed (finished)