mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
youtube-dl_mpv.sh: unquote ${video_url}
This commit is contained in:
@@ -17,6 +17,6 @@ ${MPV:-mpv} \
|
||||
--cookies \
|
||||
--cookies-file="${cookies_file}" \
|
||||
--user-agent="${user_agent}" \
|
||||
-- "${video_url}"
|
||||
-- ${video_url}
|
||||
|
||||
rm -rf "${cookies_dir}"
|
||||
|
||||
Reference in New Issue
Block a user