You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, have you tried adding a crawler for scraping the genre pages of goodreads, like: https://www.goodreads.com/shelf/show/war?page=1, I tried it, but it always goes for page 1 only. Even if I scrape on my terminal, I get first page only: content=$(curl -L goodreads.com/shelf/show/war?page=3)
I am new to scrapy.
The text was updated successfully, but these errors were encountered:
Hey, have you tried adding a crawler for scraping the genre pages of goodreads, like: https://www.goodreads.com/shelf/show/war?page=1, I tried it, but it always goes for page 1 only. Even if I scrape on my terminal, I get first page only: content=$(curl -L goodreads.com/shelf/show/war?page=3)
I am new to scrapy.
The text was updated successfully, but these errors were encountered: