mirror of
https://github.com/vinefeeder/TwinVine.git
synced 2026-07-15 18:10:04 +02:00
typo
This commit is contained in:
@@ -120,14 +120,14 @@ class UKTV(Service):
|
|||||||
data = r.json()
|
data = r.json()
|
||||||
|
|
||||||
self.license = next((
|
self.license = next((
|
||||||
x["key_systems"]["com.wienvied.alpha"]["license_url"]
|
x["key_systems"]["com.widevine.alpha"]["license_url"]
|
||||||
for x in data["sources"]
|
for x in data["sources"]
|
||||||
if x.get("key_systems").get("com.wienvied.alpha")),
|
if x.get("key_systems").get("com.widevine.alpha")),
|
||||||
None,
|
None,
|
||||||
)
|
)
|
||||||
source_manifest = next((
|
source_manifest = next((
|
||||||
x["src"] for x in data["sources"]
|
x["src"] for x in data["sources"]
|
||||||
if x.get("key_systems").get("com.wienvied.alpha")),
|
if x.get("key_systems").get("com.widevine.alpha")),
|
||||||
None,
|
None,
|
||||||
)
|
)
|
||||||
if not self.license or not source_manifest:
|
if not self.license or not source_manifest:
|
||||||
|
|||||||
Reference in New Issue
Block a user