We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b67c43 + d11e937 commit 5f2c743Copy full SHA for 5f2c743
gamdl/downloader/constants.py
@@ -12,7 +12,7 @@
12
PLAYLIST_MEDIA_TYPE = {"playlist", "playlists", "library-playlists"}
13
14
VALID_URL_PATTERN = re.compile(
15
- r"https://music\.apple\.com"
+ r"https://(?:classical\.)?music\.apple\.com"
16
r"(?:"
17
r"/(?P<storefront>[a-z]{2})"
18
r"/(?P<type>artist|album|playlist|song|music-video|post)"
0 commit comments