vantablack333
vantablack333
You can just create a bat or sh file with a list commands (rip url)
It seems to be happening not always (I managed to download individual tracks).
I had the same issue and made a temp fix: in /Lib/site-packages/streamrip/metadata/album.py after from dataclasses import dataclass add from pathvalidate import sanitize_filename replace return os.path.join(parent, folder) with return os.path.join(parent, sanitize_filename(folder))
> > I had the same issue and made a temp fix: in /Lib/site-packages/streamrip/metadata/album.py > > after from dataclasses import dataclass add from pathvalidate import sanitize_filename > > replace return...
> Yes same here, i'm not certain but it could be due to an album being unavailable for download. Whatever the reason being, it should skip the album and continue...
The problem seems to be region-related. When I logged in and opened "https://www.qobuz.com/**nl-nl**/album/this-is-fats-domino-fats-domino/3610154106786" I was redirected to "https://www.qobuz.com/**us-en**/interpreter/fats-domino/26680". I went through all the pages and there was no this album....