youtube-dl_mpv.sh: unquote ${video_url}

This commit is contained in:
Vítor Galvão 2015-01-23 16:43:02 +00:00 committed by wm4
parent 17e1e9f486
commit d76dbbd414
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ ${MPV:-mpv} \
--cookies \
--cookies-file="${cookies_file}" \
--user-agent="${user_agent}" \
-- "${video_url}"
-- ${video_url}
rm -rf "${cookies_dir}"