fixed your problem

This commit is contained in:
Logen Kain 2013-07-30 11:07:49 -05:00
parent a8d95449a1
commit de7fe89d10

View File

@ -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