From 5635639ed43c1f4f00b3aa54473924f55396885d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 6 Jun 2018 09:59:03 +0200 Subject: [PATCH] view-in-mpv: Remove --yes-playlist argument for youtube-dl Reverts #3057 Fixes #3977 --- misc/userscripts/view_in_mpv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/userscripts/view_in_mpv b/misc/userscripts/view_in_mpv index f465fc4e4..16603bdb3 100755 --- a/misc/userscripts/view_in_mpv +++ b/misc/userscripts/view_in_mpv @@ -49,7 +49,7 @@ msg() { MPV_COMMAND=${MPV_COMMAND:-mpv} # Warning: spaces in single flags are not supported -MPV_FLAGS=${MPV_FLAGS:- --force-window --no-terminal --keep-open=yes --ytdl --ytdl-raw-options=yes-playlist=} +MPV_FLAGS=${MPV_FLAGS:- --force-window --no-terminal --keep-open=yes --ytdl} IFS=" " read -r -a video_command <<< "$MPV_COMMAND $MPV_FLAGS" js() {