mirror of https://github.com/mpv-player/mpv
youtube-dl_mpv.sh: unquote ${video_url}
This commit is contained in:
parent
17e1e9f486
commit
d76dbbd414
|
@ -17,6 +17,6 @@ ${MPV:-mpv} \
|
|||
--cookies \
|
||||
--cookies-file="${cookies_file}" \
|
||||
--user-agent="${user_agent}" \
|
||||
-- "${video_url}"
|
||||
-- ${video_url}
|
||||
|
||||
rm -rf "${cookies_dir}"
|
||||
|
|
Loading…
Reference in New Issue