1
0
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:
Johan Andersson 2015-03-12 19:35:33 +01:00
parent 5c6859fdf3
commit cd2ef6b403

View File

@ -31,7 +31,6 @@ class Ruv(Service):
return
match = re.search(r'punktur=\(([^ ]+)\)', data)
if match:
print match.group(1)
janson = json.loads(match.group(1))
options.live = checklive(janson["result"][1])
streams = hlsparse(janson["result"][1])