-
-
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
. #1029
Comments
you don't need to use username and password if you have |
You can get a new For a |
You've forgotten a comma It should look something like this "deviantart":
{
"client-id": "…",
"client-secret": "…",
"other settings": "…"
},
There is already a client-id and -secret embedded in gallery-dl, but you'll get frequent "429 Too Many Requests" errors with them. Getting your own is usually better. |
Put a comma after "deviantart":
{
"extra": true,
"flat": true,
"folders": false,
"journals": "html",
"mature": true,
"metadata": true,
"original": true,
"quality": 100,
"wait-min": 0,
"client-id": "12345",
"client-secret": "678910"
}, |
The DeviantArt OAuth API doesn't work with username and password, only refresh- and access-tokens. Getting a custom client-id and -secret should theoretically not be necessary, but the API rate limit makes downloading without unbearably slow ( |
Because downloading mature scraps requires an actual login cookie again, would this be worth revisiting? |
Link that doesn't work ? Cuz I downloaded many galleries (and by favs) in the past month (and just last night) no problem with 2d7d80d, and I've both the logins and API creds (and the tokens, of course) in the config. |
2a1cb40 says a login is once again required for mature scraps (which messed up #1776) And neither the project readme nor the example config mentions deviantart supporting Maybe deviantart has yet again fixed this very stupid problem and I haven't noticed. I didn't check before suggesting this since deviantart doesn't tend to fix problems with their site |
Here's a NSFW example were gallery-dl only downloads 10 files without cookies: Guess I'll look into adding login support with username & password. At least on my end there is currently not a captcha by default. |
re-login when getting prematurely logged out by dA is missing at the moment
Login support for |
Is there any way to auth with DeviantArt (to get watcher only images) without using a refresh-token? I am running on a headless Linux server so there is no browser on it. |
Did you read the config documentation ? All the necessary exist. You should have all 3 logins there to be done with it and let the app do the deciding, no point in not. |
.
The text was updated successfully, but these errors were encountered: