mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-03-10 16:39:01 +00:00
Fix 1
This commit is contained in:
@@ -314,6 +314,8 @@ class Service(metaclass=ABCMeta):
|
|||||||
:return: The License response as Bytes. Return the raw response from the server
|
:return: The License response as Bytes. Return the raw response from the server
|
||||||
to avoid unnecessary processing.
|
to avoid unnecessary processing.
|
||||||
"""
|
"""
|
||||||
|
# Delegates license handling to the Widevine license method by default if a service-specific PlayReady implementation is not provided.
|
||||||
|
self.get_widevine_license(challenge=challenge, title=title, track=track)
|
||||||
|
|
||||||
# Required Abstract functions
|
# Required Abstract functions
|
||||||
# The following functions *must* be implemented by the Service.
|
# The following functions *must* be implemented by the Service.
|
||||||
|
|||||||
Reference in New Issue
Block a user