[deviantart] add support for OAuth2 authentication
Some user galleries [*] require you to be either logged in or authenticated via OAuth2 to access their deviations. [*] e.g. https://polinaegorussia.deviantart.com/gallery/ -------------- known issue: A deviantart 'refresh_token' can only be used once and gets updated whenever it is used to request a new 'access_token', so storing its initial value in a config file and reusing it again and again is not possible.
This commit is contained in:
@@ -190,8 +190,9 @@ or you can provide them directly via the
|
||||
OAuth
|
||||
-----
|
||||
|
||||
*gallery-dl* supports user authentication via OAuth_ for ``flickr`` and
|
||||
``reddit``. This is entirely optional, but grants *gallery-dl* the ability
|
||||
*gallery-dl* supports user authentication via OAuth_ for
|
||||
``deviantart``, ``flickr`` and ``reddit``.
|
||||
This is entirely optional, but grants *gallery-dl* the ability
|
||||
to issue requests on your account's behalf and enables it to access resources
|
||||
which would otherwise be unavailable to a public user.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user