mirror of
https://github.com/wbt5/real-url.git
synced 2025-08-04 17:32:46 +08:00
Compare commits
No commits in common. "b53230552fed26c6fa1df95da05a391e3fb6baec" and "d3bb6ff67b384768433c78d680cbc2792d7b6664" have entirely different histories.
b53230552f
...
d3bb6ff67b
@ -188,9 +188,10 @@ class PPSport:
|
|||||||
'sv': '4.1.18',
|
'sv': '4.1.18',
|
||||||
}
|
}
|
||||||
|
|
||||||
url = f"http://{dt['bh']['content']}/live/{interval}/{delay}/{rid}.m3u8?playback=0&{urlencode(k)}" \
|
url = f"http://{dt['bh']}/live/{interval}/{delay}/{rid}.m3u8?playback=0&{urlencode(k)}" \
|
||||||
if self.liveflag == '1' else f"http://{dt['bh']}/{rid}.m3u8?fpp.ver=1.0.0&{urlencode(k)}"
|
if self.liveflag == '1' else f"http://{dt['bh']}/{rid}.m3u8?fpp.ver=1.0.0&{urlencode(k)}"
|
||||||
return url
|
return url
|
||||||
|
|
||||||
else:
|
else:
|
||||||
raise Exception('Invalid parameters')
|
raise Exception('Invalid parameters')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user