[reddit] add 'videos' option
This commit is contained in:
@@ -983,6 +983,21 @@ Description The ``refresh-token`` value you get from
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.reddit.videos
|
||||
-----------------------
|
||||
=========== =====
|
||||
Type ``bool`` or ``string``
|
||||
Default ``true``
|
||||
Description Control video download behavior.
|
||||
|
||||
* ``true``: Download videos and use `youtube-dl`_ to handle
|
||||
HLS and DASH manifests
|
||||
* ``"ytdl"``: Download videos and let `youtube-dl`_ handle all of
|
||||
video extraction and download
|
||||
* ``false``: Ignore videos
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.sankaku.wait-min & .wait-max
|
||||
--------------------------------------
|
||||
=========== =====
|
||||
|
||||
@@ -122,6 +122,7 @@
|
||||
"id-min": "0",
|
||||
"id-max": "zik0zj",
|
||||
"recursion": 0,
|
||||
"videos": true,
|
||||
"user-agent": "Python:gallery-dl:0.8.4 (by /u/mikf1)"
|
||||
},
|
||||
"sankaku":
|
||||
|
||||
Reference in New Issue
Block a user