From db961deace2040249ec64f43e1f5726bde606195 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 15 Jan 2020 19:08:12 +0800 Subject: [PATCH] =?UTF-8?q?URL=E9=83=BD=E6=B2=A1=E4=BA=86=E8=BF=98?= =?UTF-8?q?=E4=B8=8D=E6=9B=B4=E6=96=B0=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liveDownloader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/liveDownloader.py b/liveDownloader.py index 4b4f8f8..78893e2 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -11,6 +11,7 @@ def download(): while Common.api.isLive and not Common.forceNotDownload: if not Common.streamUrl: Common.appendError("Download with No StreamUrl Specific") + Common.api.updRoomInfo(True) break path = datetime.strftime(datetime.now(), "%Y%m%d_%H%M.flv") p = session.get(Common.streamUrl, stream=True, timeout=3)