You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If literature is limited to Deviantart members, then the downloader saves an html document containing the "Please login to view this content."-message. This happens both with the default and with a custom login config. Non-literature types with the login requirement don't seem to have this issue.
The download works properly when additionally passing public=False to the _call function in deviantart.py#L907, but only if I use custom API credentials. Maybe it would even be a good idea to set the _call function's default value of public to False to use the private access token whenever possible.
The text was updated successfully, but these errors were encountered:
edn8
changed the title
Deviantart literature with login requirement
problem with deviantart literature
May 10, 2020
If literature is limited to Deviantart members, then the downloader saves an html document containing the "Please login to view this content."-message. This happens both with the default and with a custom login config. Non-literature types with the login requirement don't seem to have this issue.
The problem should be reproducible when trying to download the following:
https://www.deviantart.com/dragonblade318/art/Lynn-Bio-347088856
The download works properly when additionally passing
public=False
to the_call
function in deviantart.py#L907, but only if I use custom API credentials. Maybe it would even be a good idea to set the_call
function's default value ofpublic
toFalse
to use the private access token whenever possible.The text was updated successfully, but these errors were encountered: