ability to add comments in username list with "#"
autoremoval of "_" in usernames
speedup filter checking
add basic indexing -> speedup existing file checking for newer files
other small changes
changelog:
- new file naming
- added possibility to download only recent user submissions
(may be useful to update downloaded galleries)
- now you can download several users, also you can provide a path to a file with usernames, to download them all
- readded custom output path and metadata folder
- default args state changes
- code cleaning
- add shorter arguments
- metadata file saving will now be in same folder as an image
(it's same as it was before)
- print output path when downloaded a specific file
added:
- filter
- remove not fully downloaded file when exiting with CTRL + C
- ability to download description as a list
- ability to download a specific file
changed
- color output
- remove custom output directory
- making of directory tree based off username, category and rating
- default attributes value changes
- system messages parsing changes
- arguments & help text change - move metadata var to section where metadata == True - add page URL to metadata file
- some minor changes
In the current code, if the next button is not found, there is nothing
stopping the call to (null).parent
This adjusts the call to check if the button is found, and then
also checks if the parent is found.
Add an option to specify a stop page when downloading. This is
especially useful when downloading large galleries where you've already
run this tool in the past.
> ...it looks like FA doesn't use the same pagination scheme for
> favorites that they do for galleries.
> I wrote a small patch that appears to fix the problem on my end to help
> download favorites pages...
* Move options to the top for easy visibility
* Make shellcheck happy
* Make use of /tmp instead of ~/.cache
* Vastly improve output readibility
* Fixed an earlier mistake of mine at L131