mirror of
https://github.com/wbt5/real-url.git
synced 2025-06-17 08:25:25 +08:00
🐛 Fix 斗鱼flv源
This commit is contained in:
parent
8b7635d2fc
commit
1768da7a9b
2
douyu.py
2
douyu.py
@ -127,7 +127,7 @@ class DouYu:
|
|||||||
else:
|
else:
|
||||||
key = self.get_js()
|
key = self.get_js()
|
||||||
real_url = {}
|
real_url = {}
|
||||||
real_url["flv"] = "http://dyscdnali1.douyucdn.cn/live/{}.flv?uuid=".format(key)
|
real_url["flv"] = "http://vplay1a.douyucdn.cn/live/{}.flv?uuid=".format(key)
|
||||||
real_url["x-p2p"] = "http://tx2play1.douyucdn.cn/live/{}.xs?uuid=".format(key)
|
real_url["x-p2p"] = "http://tx2play1.douyucdn.cn/live/{}.xs?uuid=".format(key)
|
||||||
return real_url
|
return real_url
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user