diff --git a/unshackle/commands/dl.py b/unshackle/commands/dl.py index aa3b747..c5ea659 100644 --- a/unshackle/commands/dl.py +++ b/unshackle/commands/dl.py @@ -1803,8 +1803,7 @@ class dl: ), licence=partial( service.get_playready_license - if (is_playready_cdm(self.cdm)) - and hasattr(service, "get_playready_license") + if is_playready_cdm(self.cdm) else service.get_widevine_license, title=title, track=track,