allow users to set their own API access_tokens/client_ids
This commit is contained in:
@@ -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()``
|
||||
|
||||
Reference in New Issue
Block a user