-
-
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
DeviantArt "Watchers-Only" images being downloaded in blurred form #995
Comments
I also have a cookies.txt file set up and that has not helped at all either. I am not sure if that's my problem, but I don't see any relevant errors... `D:\Downloads\Online\Downloaders\gallery-dl>gallery-dl https://www.deviantart.com/prywinko --cookies=./cookies.txt -v
and my config with a few values replaced: "deviantart": |
Yeah, I've seen these things popping up lately in DA, so they seem fairly new. I don't think it's a bug, but it's possible the extractor does not currently have settings on how to extract these "watcher only" posts, and can only assume any way to do so would involve DA cookies. Only mikf can confirm this theory, tho. |
This does appear to be a relatively new feature: Once this is implemented, it should be possible to access them with a refresh-token for an account that is allowed to see them (no cookies). |
It should now be possible to download those images in unblurred form with 136df52 It'll print a warning message whenever "premium" content can't be accessed. |
Excellent, thank you for addressing this so quickly! I don't suppose you tested whether the images will be "redownloaded" if we have an archive and skip=true? I don't know whether that would possible or would require more work, but it would help tremendously. Having to manually redo those artists recent work would be quite the pain in the ass. |
You should be able to overwrite the blurred images with $ gallery-dl --filter "'premium_folder_data' in locals()" --no-skip https://www.deviantart.com/prywinko |
So it seems that some artists on Deviantart can set certain images as "Watchers-only". They appear as blurred versions of the images unless you are logged in and are watching them.
When downloading them with gallery-dl, no matter what I do, I am getting blurred images. I have refreshed my oauth token, and I have my client-id and client-secret set. All other images work just fine. Obviously, I am set to watch the users that I am running into this with.
A user where I am encountering this is https://www.deviantart.com/prywinko
Am I doing something wrong or is this a bug in the program?
The text was updated successfully, but these errors were encountered: