-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Kemono] How do I download all favorited artists? #6676
Comments
Nevermind, I figured it out. You can use: gallery-dl "https://kemono.su/favorites" to successfully download your favorited artists. Make sure to have your cookies file already prepared, and that the cookies.txt is referenced in the config file. For future reference for anyone else wanting to do the same thing as me, I changed the kemonoparty section of my config to reflect this:
This also renames the artist directories to show the artist username rather than the user id, and the post directories to include the upload date. Just a small quality of life improvement I borrowed from someone else. If anyone else has suggestions to improve this in other ways, please let me know. |
|
Hello,
Thanks for your work on this wonderful tool.
I tried using this to download my favorite artists from kemono, however it gives me the error [gallery-dl][error] Unsupported URL :
gallery-dl --cookies "D:/_gallery-dl/kemono.su_cookies.txt" "https://kemono.su/account/favorites/artists"
The relevant part of my .conf file looks like this (login info omitted):
The tool works when I provide a simple URL to a specific artist, but I'd like to download all of my favorited ones. What is the proper way I should be downloading favorited artists? Thank you for any help!
The text was updated successfully, but these errors were encountered: