mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
parent
dfcae7456e
commit
6f6bf04e05
@ -27,7 +27,7 @@ class Aftonbladet(Service):
|
|||||||
yield ServiceError("Can't find video info")
|
yield ServiceError("Can't find video info")
|
||||||
return
|
return
|
||||||
janson = json.loads(decode_html_entities(match.group(1)))
|
janson = json.loads(decode_html_entities(match.group(1)))
|
||||||
videoId = janson["videoId"]
|
videoId = janson["aptomaVideoId"]
|
||||||
else:
|
else:
|
||||||
videoId = match.group(1)
|
videoId = match.group(1)
|
||||||
match = re.search(r'data-isLive="(\w+)"', data)
|
match = re.search(r'data-isLive="(\w+)"', data)
|
||||||
|
Loading…
Reference in New Issue
Block a user