You've already forked XiguaLiveDanmakuHelper
避免在无法获取下载链接是将false传入downloader内
This commit is contained in:
@ -134,6 +134,9 @@ def run():
|
||||
continue
|
||||
_count_error += 1
|
||||
_preT = Common.api.playlist
|
||||
if not _preT:
|
||||
Common.api.updRoomInfo()
|
||||
continue
|
||||
t = threading.Thread(target=download, args=(_preT,))
|
||||
t.setDaemon(True)
|
||||
t.start()
|
||||
|
Reference in New Issue
Block a user