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 --- options/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 5885f689f8..752d1f4801 100644 --- a/options/options.h +++ b/options/options.h @@ -62,6 +62,8 @@ typedef struct MPOpts { char **lua_opts; int lua_load_osc; int lua_load_ytdl; + char *lua_ytdl_format; + int auto_load_scripts; struct m_obj_settings *audio_driver_list, *ao_defs; -- cgit v1.2.3