fixed your problem
This commit is contained in:
parent
a8d95449a1
commit
de7fe89d10
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user