allow users to set their own API access_tokens/client_ids

This commit is contained in:
Mike Fährmann
2017-09-09 17:31:42 +02:00
parent 49c7e70c10
commit 54c0715135
6 changed files with 63 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ Contents
3) `Downloader Options`_
4) `Extractor Options`_
5) `Extractor-specific Options`_
6) `API Tokens & IDs`_
General Options
===============
@@ -551,6 +551,49 @@ Description The ``refresh_token`` value you get from linking your Reddit account
=========== =====
API Tokens & IDs
================
extractor.deviantart.client-id & .client-secret
-----------------------------------------------
=========== =====
Type ``string``
Description
=========== =====
extractor.flickr.api-key & .api-secret
--------------------------------------
=========== =====
Type ``string``
Description
=========== =====
extractor.pawoo.access-token
----------------------------
=========== =====
Type ``string``
Description
=========== =====
extractor.pinterest.access-token
--------------------------------
=========== =====
Type ``string``
Description
=========== =====
extractor.reddit.client-id
--------------------------
=========== =====
Type ``string``
Description
=========== =====
.. |.netrc| replace:: ``.netrc``
.. |tempfile.gettempdir()| replace:: ``tempfile.gettempdir()``
.. |requests.request()| replace:: ``requests.request()``