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