javierlopeza/goodreads-scraper

This scraper is invalid due to change in naming pagination

0mars opened this issue · 2 comments

0mars commented

It throws:

Traceback (most recent call last):
  File "books_scraper.py", line 272, in <module>
    scraper.run()
  File "books_scraper.py", line 258, in run
    self.check_cookie()
  File "books_scraper.py", line 254, in check_cookie
    raise Exception('Must use a valid session cookie!')
Exception: Must use a valid session cookie!
0mars commented

for non-logged in users, there is absolutely no pagination what so ever

I met the same problem. Have you fixed that? @0mars