[reddit] update 'videos' option (#3712)

- add 'dash' to directly extract DASH manifest URLs
  (was default behavior since a7c79531)
- change default strategy back to before a7c79531
- disable 'Falling back on generic information extractor' warning
This commit is contained in:
Mike Fährmann
2023-03-06 12:18:25 +01:00
parent 143e82258f
commit da9840a39d
2 changed files with 51 additions and 14 deletions

View File

@@ -2562,8 +2562,15 @@ Description
HLS and DASH manifests
* ``"ytdl"``: Download videos and let `youtube-dl`_ handle all of
video extraction and download
* ``"dash"``: Extract DASH manifest URLs and use `youtube-dl`_
to download and merge them. (*)
* ``false``: Ignore videos
(*)
This saves 1 HTTP request per video
and might potentially be able to download otherwise deleted videos,
but it will not always get the best video quality available.
extractor.redgifs.format
------------------------