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 Diogo Franco (Kovensky)
parent e0e58e18c0
commit 9c83e8483e
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}"