Xerbo/furaffinity-dl

Script is unable to find "Next" button and throws AtributeError when done with gallery

biggestsonicfan opened this issue · 1 comments

Most recently receiving the following error:

Traceback (most recent call last):
  File "furaffinity-dl.py", line 200, in <module>
    next_button = s.find('button', class_='button standard', text="Next").parent
AttributeError: 'NoneType' object has no attribute 'parent'

All gallery pages were downloaded, and I assume there's supposed to be a catch to see if this is the last page in a gallery or not?

This should be fixed with PR #65