mirror of
https://github.com/n0stal6ic/unshackle-services.git
synced 2026-07-15 17:40:02 +02:00
update
This commit is contained in:
+2
-2
@@ -23,7 +23,7 @@ class PCOK(Service):
|
||||
"""
|
||||
Service code for Peacock TV (https://peacocktv.com)
|
||||
|
||||
Author: n0stal6ic
|
||||
www.nostalgic.cc
|
||||
Authorization: Cookies, Credentials
|
||||
Geofence: US
|
||||
"""
|
||||
@@ -459,4 +459,4 @@ class PCOK(Service):
|
||||
def get_playready_license(self, *, challenge: bytes, title: Title_T, track: AnyTrack) -> Optional[bytes]:
|
||||
if not track.data.get("license_url"):
|
||||
return None
|
||||
return self._license_request(challenge, track)
|
||||
return self._license_request(challenge, track)
|
||||
|
||||
Reference in New Issue
Block a user