Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special characters in artist name fails download #175

Closed
nealonhager opened this issue Apr 9, 2021 · 3 comments
Closed

Special characters in artist name fails download #175

nealonhager opened this issue Apr 9, 2021 · 3 comments
Labels

Comments

@nealonhager
Copy link

Describe the bug
Artist has a ':' in the name, which gets converted to '#' somewhere in the code. but the code doesn't look for the version with '#' it looks for ':' and fails before starting the next song.

To Reproduce
spotify_dl -V -l https://open.spotify.com/album/41RHNc47RzqBt9FBmhb8YY -o .

Expected behavior
Download playlist with artist containing a ':' character

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Python version 3.6.8
@nealonhager nealonhager added the bug label Apr 9, 2021
@nealonhager
Copy link
Author

probably related to #170

@pmunozroa
Copy link

same for me
image
To Reproduce
spotify_dl -l https://open.spotify.com/playlist/37i9dQZF1DXdPcuTtZNPGI?si=d3c59310b48741ae

@SathyaBhat
Copy link
Owner

this is fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants