1
0
mirror of https://github.com/wbt5/real-url.git synced 2025-08-01 14:48:01 +08:00

更新虎牙直播

This commit is contained in:
wbt5 2020-08-09 11:11:00 +08:00
parent 62b805e15c
commit df183eee17

View File

@ -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 = '未开播或直播间不存在'