diff --git a/streamrip/constants.py b/streamrip/constants.py index 7d7735c..d701266 100644 --- a/streamrip/constants.py +++ b/streamrip/constants.py @@ -141,7 +141,7 @@ FOLDER_FORMAT = ( TRACK_FORMAT = "{tracknumber}. {artist} - {title}" URL_REGEX = ( - r"https:\/\/(?:www|open|play|listen)?\.?(qobuz|tidal|deezer)\.com(?:(?:\/(track|playlist|album|" + r"https?:\/\/(?:www|open|play|listen)?\.?(qobuz|tidal|deezer)\.com(?:(?:\/(track|playlist|album|" r"artist|label))|(?:\/[-\w]+?))+\/([-\w]+)" ) SOUNDCLOUD_URL_REGEX = r"https://soundcloud.com/[-\w:/]+"