From de7fe89d10a92df24a086e6d3c58284efec4896a Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Tue, 30 Jul 2013 11:07:49 -0500 Subject: [PATCH] fixed your problem --- mandy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandy.lua b/mandy.lua index 6f4f82a..a720cf5 100644 --- a/mandy.lua +++ b/mandy.lua @@ -67,7 +67,7 @@ function ytDl(x) end function ffmpeg(tmpPath, dirD) - local subSpaces = string.gsub(dirD, " ", "\\") + local subSpaces = string.gsub(dirD, " ", "\\ ") local mp3 = "ffmpeg -i "..tmpPath.." -acodec libmp3lame -ac 2 -ab 192k -vn -y "..subSpaces local flag = convert_mp3.go(mp3) if not flag then return false end