Xerbo / furaffinity-dl

FurAffinity Downloader, now with 100% more Python
BSD 3-Clause "New" or "Revised" License
90 stars 17 forks source link

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

Closed biggestsonicfan closed 2 years ago

biggestsonicfan commented 3 years ago

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?

an0nusr commented 2 years ago

This should be fixed with PR #65