added extra param to line 11, removed ffmpeg

This commit is contained in:
silvernode 2013-07-26 18:52:33 -05:00
parent 829ae01b4b
commit ffead88967

View File

@ -8,8 +8,8 @@ function main()
if saveDir == "23" then if saveDir == "23" then
return 0 return 0
end end
local tmpPath = global.path(url) global.path(url, saveDir)
local convert = global.ffmpeg(tmpPath, saveDir) --local convert = global.ffmpeg(tmpPath, saveDir)
end end