From 5f0a2b5908523ff3e792cab2f59901cb761332df Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 9 Dec 2014 21:53:38 +0100 Subject: options: enable --ytdl by default Let's see who complains... --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index 33d344e00c..81a13efc94 100644 --- a/options/options.c +++ b/options/options.c @@ -620,7 +620,7 @@ const struct MPOpts mp_default_opts = { .use_text_osd = 1, #if HAVE_LUA .lua_load_osc = 1, - .lua_load_ytdl = 0, + .lua_load_ytdl = 1, .lua_ytdl_format = NULL, #endif .auto_load_scripts = 1, -- cgit v1.2.3