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