document cache file requirement for DeviantArt refresh tokens

pull/448/head
Mike Fährmann 5 years ago
parent df2b3c6888
commit 1adafdd3d0
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -603,11 +603,15 @@ extractor.deviantart.refresh-token
=========== =====
Type ``string``
Default ``null``
Description The ``refresh_token`` value you get from
Description The ``refresh-token`` value you get from
`linking your DeviantArt account to gallery-dl <OAuth_>`__.
Using a ``refresh_token`` allows you to access private or otherwise
Using a ``refresh-token`` allows you to access private or otherwise
not publicly available deviations.
Note: Authenticating with a ``refresh-token`` requires persistent
storage in a `cache file <cache.file_>`__.
Otherwise the token will become invalid after its first use.
=========== =====
@ -897,10 +901,10 @@ extractor.reddit.refresh-token
=========== =====
Type ``string``
Default ``null``
Description The ``refresh_token`` value you get from
Description The ``refresh-token`` value you get from
`linking your Reddit account to gallery-dl <OAuth_>`__.
Using a ``refresh_token`` allows you to access private or otherwise
Using a ``refresh-token`` allows you to access private or otherwise
not publicly available subreddits, given that your account is
authorized to do so,
but requests to the reddit API are going to be rate limited

Loading…
Cancel
Save