Closed azumukupoe closed 1 year ago
also adding that giving spotDL https://music.youtube.com/playlist?list=OLAK5uy_myxmsEG6BExbb3aF601zNBbNC-atr9H_s also doesn't download the entire album but only the 11th track
but I can download each track one by one like this
spotdl download "https://music.youtube.com/watch?v=YXKKHL8pJ3M|https://open.spotify.com/track/6zz65dGIgJPsdbvTaFseFt"
You can manually match an entire album.
spotdl "https://music.youtube.com/playlist?list=OLAK5uy_myxmsEG6BExbb3aF601zNBbNC-atr9H_s|https://open.spotify.com/album/5qG6fJpp81GAs7xfZMr94o"
oh, I didn't know that
oh, I didn't know that
yeah, you can also manually match playlists. it's a pretty new feature
are youtube playlists not supported?
spotdl download "https://music.youtube.com/playlist?list=PLZCKc6D2teu8FYd-qMd6pi7Hq6LG6VFgT|https://open.spotify.com/album/5bUnyG75TJWlhGb6fOHzi9"
throws SpotifyException: http status: 400, code:-1 - Unexpected Spotify URL type., reason: None
are youtube playlists not supported?
spotdl download "https://music.youtube.com/playlist?list=PLZCKc6D2teu8FYd-qMd6pi7Hq6LG6VFgT|https://open.spotify.com/album/5bUnyG75TJWlhGb6fOHzi9"
throwsSpotifyException: http status: 400, code:-1 - Unexpected Spotify URL type., reason: None
Try adding the spotify album to a new playlist. Should work.
System OS
Windows
Python Version
3.11 (CPython)
Install Source
pip / PyPi
Install version / commit hash
v4.1.11
Expected Behavior vs Actual Behavior
No response
Steps to reproduce - Ensure to include actual links!
I want to download this album: https://open.spotify.com/album/5qG6fJpp81GAs7xfZMr94o the entire album exists on YT music available for playback: https://music.youtube.com/playlist?list=OLAK5uy_myxmsEG6BExbb3aF601zNBbNC-atr9H_s but spotDL fails to download the entire album but only the 11th track
Traceback
Other details
No response