nathom / streamrip

A scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer
GNU General Public License v3.0
2.57k stars 221 forks source link

Fix case where Qobuz interpreter URLs contain artist ID #517

Closed nathom closed 8 months ago

nathom commented 8 months ago

Previously, interpreter URLs did not contain artist IDs. Now they are of this form:

https://www.qobuz.com/ca-en/interpreter/busta-rhymes/62425

This PR handles this case without breaking compatibility for the previous case. Closes #516.