From df183eee17022d558cfc2aec221dfe632e360b13 Mon Sep 17 00:00:00 2001 From: wbt5 Date: Sun, 9 Aug 2020 11:11:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=99=8E=E7=89=99=E7=9B=B4?= =?UTF-8?q?=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- huya.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/huya.py b/huya.py index 73c204d..23b2d52 100644 --- a/huya.py +++ b/huya.py @@ -45,8 +45,8 @@ def huya(room_id): s_url = live(livelineurl) b_url = live(livelineurl.replace('_2000', '')) real_url = { - '2000p': s_url, - 'BD': b_url + '2000p': "https:" + s_url, + 'BD': "https:" + b_url } else: real_url = '未开播或直播间不存在'