1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

tv4play: they changed the json stuff

This commit is contained in:
Johan Andersson 2022-10-24 13:04:47 +02:00
parent 1c9dcfa403
commit 872d6bcb8c

View File

@ -46,7 +46,7 @@ class Tv4play(Service, OpenGraphThumbMixin):
return
vid = jansson["query"]["assetId"]
janson2 = jansson["props"]["pageProps"]["initialApolloState"]
janson2 = jansson["props"]["initialApolloState"]
item = janson2[f"VideoAsset:{vid}"]
if item["is_drm_protected"]: