liveDownloader updPlaylist when finished downloading a part
This commit is contained in:
parent
767b4728b5
commit
bfbbe06cd2
@ -91,6 +91,7 @@ class downloader(XiGuaLiveApi):
|
|||||||
if len(self.files) > 800:
|
if len(self.files) > 800:
|
||||||
q.put(True)
|
q.put(True)
|
||||||
self.files.clear()
|
self.files.clear()
|
||||||
|
self.updRoomInfo()
|
||||||
|
|
||||||
|
|
||||||
def download(path=datetime.strftime(datetime.now(), "%Y%m%d_%H%M.ts")):
|
def download(path=datetime.strftime(datetime.now(), "%Y%m%d_%H%M.ts")):
|
||||||
|
Reference in New Issue
Block a user