[ytdl] document 'cmdline-args' and 'config-file' options (#1680)

pull/2051/head
Mike Fährmann 3 years ago
parent 19403a7fff
commit 7c50f473e4
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -1329,7 +1329,7 @@ Description
extractor.kemonoparty.comments
-----------------------------
------------------------------
Type
``bool``
Default
@ -2288,6 +2288,28 @@ Description
<https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/YoutubeDL.py#L138-L318>`__.
extractor.ytdl.cmdline-args
---------------------------
Type
* ``string``
* ``list`` of ``strings``
Example
* ``"--quiet --write-sub --merge-output-format mkv"``
* ``["--quiet", "--write-sub", "--merge-output-format", "mkv"]``
Description
Additional options specified as youtube-dl command-line arguments.
extractor.ytdl.config-file
--------------------------
Type
|Path|_
Example
``"~/.config/youtube-dl/config"``
Description
Location of a youtube-dl configuration file to load options from.
extractor.[booru].tags
----------------------
Type
@ -2575,6 +2597,28 @@ Description
<https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/YoutubeDL.py#L138-L318>`__.
downloader.ytdl.cmdline-args
----------------------------
Type
* ``string``
* ``list`` of ``strings``
Example
* ``"--quiet --write-sub --merge-output-format mkv"``
* ``["--quiet", "--write-sub", "--merge-output-format", "mkv"]``
Description
Additional options specified as youtube-dl command-line arguments.
downloader.ytdl.config-file
---------------------------
Type
|Path|_
Example
``"~/.config/youtube-dl/config"``
Description
Location of a youtube-dl configuration file to load options from.
Output Options
==============

Loading…
Cancel
Save