summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorVítor Galvão <info@vitorgalvao.com>2015-01-23 16:43:02 +0000
committerwm4 <wm4@nowhere>2015-01-23 17:45:03 +0100
commitd76dbbd41427a12f03dac7ccc99d8c864b228d6b (patch)
tree34137d997afe7bbe6cabe0c785e6d7808b0d2efd /TOOLS
parent17e1e9f48674b247b59810639ebe2a27b20fdee9 (diff)
downloadmpv-d76dbbd41427a12f03dac7ccc99d8c864b228d6b.tar.bz2
mpv-d76dbbd41427a12f03dac7ccc99d8c864b228d6b.tar.xz
youtube-dl_mpv.sh: unquote ${video_url}
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/youtube-dl_mpv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/youtube-dl_mpv.sh b/TOOLS/youtube-dl_mpv.sh
index 529c46d210..3f4c02f40f 100755
--- a/TOOLS/youtube-dl_mpv.sh
+++ b/TOOLS/youtube-dl_mpv.sh
@@ -17,6 +17,6 @@ ${MPV:-mpv} \
--cookies \
--cookies-file="${cookies_file}" \
--user-agent="${user_agent}" \
- -- "${video_url}"
+ -- ${video_url}
rm -rf "${cookies_dir}"