More fixes
parent
39c2828e32
commit
b714d27528
|
@ -47,6 +47,7 @@ def download_youtube(url,outputdir,callback):
|
|||
print(status)
|
||||
status = (status == 0)
|
||||
__yt_callback(__yt_lastfile)
|
||||
__yt_lastfile = ""
|
||||
finally:
|
||||
yt_mutex.release()
|
||||
return status, path
|
||||
|
|
Loading…
Reference in New Issue