From 1611fcc97128b1d3ec85e983fa9fcc1ad1e6d0a7 Mon Sep 17 00:00:00 2001 From: CodeName393 Date: Thu, 26 Feb 2026 15:18:41 +0900 Subject: [PATCH] Update dl.py --- unshackle/commands/dl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unshackle/commands/dl.py b/unshackle/commands/dl.py index 0345563..41c65be 100644 --- a/unshackle/commands/dl.py +++ b/unshackle/commands/dl.py @@ -1734,6 +1734,7 @@ class dl: licence=partial( service.get_playready_license if (is_playready_cdm(self.cdm)) + and hasattr(service, "get_playready_license") else service.get_widevine_license, title=title, track=track,