mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-03-10 08:29:00 +00:00
Fix 2
This commit is contained in:
@@ -1803,8 +1803,7 @@ class dl:
|
|||||||
),
|
),
|
||||||
licence=partial(
|
licence=partial(
|
||||||
service.get_playready_license
|
service.get_playready_license
|
||||||
if (is_playready_cdm(self.cdm))
|
if is_playready_cdm(self.cdm)
|
||||||
and hasattr(service, "get_playready_license")
|
|
||||||
else service.get_widevine_license,
|
else service.get_widevine_license,
|
||||||
title=title,
|
title=title,
|
||||||
track=track,
|
track=track,
|
||||||
|
|||||||
Reference in New Issue
Block a user