From 7c50f473e4033919ca94607d816b23334d7a5858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 12 Nov 2021 18:29:40 +0100 Subject: [PATCH] [ytdl] document 'cmdline-args' and 'config-file' options (#1680) --- docs/configuration.rst | 46 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index bf4cd6f0..732c1ef1 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1329,7 +1329,7 @@ Description extractor.kemonoparty.comments ------------------------------ +------------------------------ Type ``bool`` Default @@ -2288,6 +2288,28 @@ Description `__. +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 `__. +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 ==============