1
0
mirror of https://github.com/wbt5/real-url.git synced 2025-07-26 10:30:32 +08:00

新增酷狗直播

This commit is contained in:
wbt5 2020-01-10 00:50:10 +08:00
parent a0c6bc4744
commit 0480b60aff

View File

@ -12,7 +12,7 @@ def get_real_url(rid):
return real_url
rid = input('请输入龙珠直播房间号:\n')
rid = input('请输入酷狗直播房间号:\n')
real_url = get_real_url(rid)
print('该直播间源地址为:')
print(real_url)