mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
ruv: leftover debugstuff..
This commit is contained in:
parent
5c6859fdf3
commit
cd2ef6b403
@ -31,7 +31,6 @@ class Ruv(Service):
|
|||||||
return
|
return
|
||||||
match = re.search(r'punktur=\(([^ ]+)\)', data)
|
match = re.search(r'punktur=\(([^ ]+)\)', data)
|
||||||
if match:
|
if match:
|
||||||
print match.group(1)
|
|
||||||
janson = json.loads(match.group(1))
|
janson = json.loads(match.group(1))
|
||||||
options.live = checklive(janson["result"][1])
|
options.live = checklive(janson["result"][1])
|
||||||
streams = hlsparse(janson["result"][1])
|
streams = hlsparse(janson["result"][1])
|
||||||
|
Loading…
Reference in New Issue
Block a user