fixed flag

This commit is contained in:
Logen Kain 2013-07-29 22:55:12 -05:00
parent c145e73a30
commit a8d95449a1

View File

@ -60,8 +60,8 @@ function ytDl(x)
local tmpPath = x.." --output=/tmp/youtube-dl-"..tmpName.."-"..tmpNameTwo..".flv"
local tmpPath2 = "/tmp/youtube-dl-"..tmpName.."-"..tmpNameTwo..".flv"
local ytdl_action = popin.ytdl(tmpPath)
if not ytdl_action then return false end
local flag = popin.ytdl(tmpPath)
if not flag then return false end
return tmpPath2
end