-
-
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
[FurAffinity] Add username_url keyword #821
Comments
You can transform a real username into a url username with the not too well documented formatting options, i.e. Furaffinity usernames can only consist of letter, digits, and |
Sounds like a good workaround, I'll try that, thank you. A variable for that would still by very appreciated, if you find the time. Another question about string manipulation: since I'm downloading faves from many artists, I started putting them in subfolders of the first letter, i.e. images from rabidfairy would be saved in |
|
Does the trick for now, thanks for your support! If you want, you can close this issue now - or later if you plan to implement the initial suggestion. Time to retire my own script and replace it with gallery-dl. <3 |
Currently, gallery-dl only lists the real username, but not the username used in urls, i.e.
https://www.furaffinity.net/gallery/[username_url]/
. While the difference isn't huge (mostly lower-case and underscores stripped), I'd prefer using the url-version of the username for folders.Example:
https://www.furaffinity.net/user/rabidfairy/
username is
Rabid_Fairy
, username_url would berabidfairy
I'd use the avatar section for getting it.
Example image:
https://www.furaffinity.net/view/36738425/
Example image from a user without a custom avatar:
https://www.furaffinity.net/view/36712627/
Old layout:
New layout:
Thanks for your consideration.
The text was updated successfully, but these errors were encountered: