mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-29 06:25:34 -04:00
Support Qobuz urls from mobile
This commit is contained in:
parent
de5e354c62
commit
3e506db3cb
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ FOLDER_FORMAT = (
|
||||||
TRACK_FORMAT = "{tracknumber}. {artist} - {title}"
|
TRACK_FORMAT = "{tracknumber}. {artist} - {title}"
|
||||||
|
|
||||||
URL_REGEX = (
|
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]+)"
|
r"artist|label))|(?:\/[-\w]+?))+\/([-\w]+)"
|
||||||
)
|
)
|
||||||
SOUNDCLOUD_URL_REGEX = r"https://soundcloud.com/[-\w:/]+"
|
SOUNDCLOUD_URL_REGEX = r"https://soundcloud.com/[-\w:/]+"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue