Ikani's fixes and tweaks to the python branch
Hello! I really like this tool and it's quite useful! I did some tweaks over the past few days to the python branch, so thought I'd share those tweaks back with you. ^^
Add colorama support and more verbose output Clean up argument parser Add page URL to metadata output Create directory tree based on author name Screen author directory names for bad characters Fix pagination
All good apart from some small things

- html for the next button looks like above and doesn't get matched by
s.find('a', class_='button standard right', text="Next") - https://github.com/ikanimew/furaffinity-dl/blob/ikanifixes/furaffinity-dl.py#L191-L194 the
/nexton the end of the URL 404's
Are you using the "classic" theme, since if so that would explain this not working for me
@Xerbo I am using Modern Dark, and the changes from @ikanimew work correctly for me.
Inspecting the "Next" button element in Firefox shows the element as an tag, not a
Additionally, if the "/next" is not included at the end of the URL, it fails for me.
Perhaps, if we are all using the Modern template, the difference is the the dark theme?
This will be obseleted by #70