From cf8efe32351c745903cc3b3bf0b8bc0f33d5cfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Wed, 19 Nov 2014 23:33:28 +0100 Subject: options: add --ytdl-format option for youtube-dl format It's passed with the '--format' option to youtube-dl. If it isn't set, we don't pass '--format best' so that youtube-dl can use the options from its configuration file. Signed-off-by: wm4 --- DOCS/man/options.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index b10db21a75..226259b2c2 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -435,6 +435,12 @@ Program Behavior (Note: this is the replacement for the now removed libquvi support.) +``--ytdl-format=`` + Video format/quality that is directly passed to youtube-dl. The possible + values are specific to the website and the video, for a given url the + available formats can be found with the command + ``youtube-dl --list-formats URL``. + Video ----- -- cgit v1.2.3