You've already forked XiguaLiveDanmakuHelper
support change while running
This commit is contained in:
@ -41,8 +41,10 @@ def download(url):
|
|||||||
return False
|
return False
|
||||||
encodeQueue.put(path)
|
encodeQueue.put(path)
|
||||||
if forceStopDownload:
|
if forceStopDownload:
|
||||||
download(url)
|
|
||||||
forceStopDownload = False
|
forceStopDownload = False
|
||||||
|
return
|
||||||
|
else:
|
||||||
|
download(url)
|
||||||
|
|
||||||
|
|
||||||
def encode():
|
def encode():
|
||||||
|
Reference in New Issue
Block a user