Files
gallery-dl/gallery_dl/extractor/deviantart.py
Mike Fährmann 2eedbaaaf9 [deviantart] use cache to store new refresh_tokens
The 'refresh_token' set in a user's config file gets used once to
get a new 'access_token' and 'refresh_token', which is then stored
in gallery-dl's cache and gets used the next time the 'access_token'
needs to be refreshed.

This means deleting the cache file invalidates the refresh_token-
chain and requires the user to re-authenticate.
2017-12-18 13:23:18 +01:00

22 KiB