[reddit] add 'videos' option

This commit is contained in:
Mike Fährmann
2020-01-31 23:45:02 +01:00
parent 2ad43618cc
commit dff33b260c
3 changed files with 31 additions and 2 deletions

View File

@@ -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
--------------------------------------
=========== =====