diff --git a/gamdl/downloader/downloader.py b/gamdl/downloader/downloader.py index e354d6a..cd147ce 100644 --- a/gamdl/downloader/downloader.py +++ b/gamdl/downloader/downloader.py @@ -160,6 +160,10 @@ class AppleMusicDownloader: name="Compilations Albums", value=["views", "compilation-albums"], ), + Choice( + name="Live Albums", + value=["views", "live-albums"], + ), Choice( name="Singles & EPs", value=["views", "singles"], @@ -197,6 +201,7 @@ class AppleMusicDownloader: if media_type_key in { "full-albums", "compilation-albums", + "live-albums", "singles", "albums", }: