liveDownloader updPlaylist when finished downloading a part

This commit is contained in:
JerryYan ECS 2019-03-03 00:50:53 +08:00
parent 767b4728b5
commit bfbbe06cd2

View File

@ -91,6 +91,7 @@ class downloader(XiGuaLiveApi):
if len(self.files) > 800:
q.put(True)
self.files.clear()
self.updRoomInfo()
def download(path=datetime.strftime(datetime.now(), "%Y%m%d_%H%M.ts")):