mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 17:12:36 +00:00
client API: make sure youtube-dl is not used by default
Currently, --ytdl is off by default, but even if this is changed, never enable it by default for the client API. It would be inappropriate to start an intrusive external subprocess behind the host application's back.
This commit is contained in:
parent
4590c198e6
commit
78f59df6ed
@ -410,6 +410,7 @@ mpv_handle *mpv_create(void)
|
||||
mpv_set_option_string(ctx, "idle", "yes");
|
||||
mpv_set_option_string(ctx, "terminal", "no");
|
||||
mpv_set_option_string(ctx, "osc", "no");
|
||||
mpv_set_option_string(ctx, "ytdl", "no");
|
||||
mpv_set_option_string(ctx, "input-default-bindings", "no");
|
||||
mpv_set_option_string(ctx, "input-vo-keyboard", "no");
|
||||
mpv_set_option_string(ctx, "input-lirc", "no");
|
||||
|
Loading…
Reference in New Issue
Block a user