[deviantart] use private access tokens for Journals (fixes #738)

This commit is contained in:
Mike Fährmann
2020-05-08 21:45:01 +02:00
parent 0bf0146bfe
commit 65b1cb7acd

View File

@@ -904,7 +904,7 @@ class DeviantartOAuthAPI():
"""Get extended content of a single Deviation"""
endpoint = "deviation/content"
params = {"deviationid": deviation_id}
return self._call(endpoint, params)
return self._call(endpoint, params, public=False)
def deviation_download(self, deviation_id):
"""Get the original file download (if allowed)"""