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

Playlist download doesn't remove forbidden filename characters #101

Closed
GillyTheGhillie opened this issue Sep 30, 2020 · 3 comments · Fixed by #114
Closed

Playlist download doesn't remove forbidden filename characters #101

GillyTheGhillie opened this issue Sep 30, 2020 · 3 comments · Fixed by #114
Labels
Milestone

Comments

@GillyTheGhillie
Copy link

If you download a playlist with invalid folder characters in the title (eg ":") it will crash the program because it tries to create a directory with that character

Reproduce: Try to download a playlist with a forbidden filename character in the title

Fix: Strip any forbidden characters from the directory name before creating the directory

Win10 Education 2003
Python 3.7

@SathyaBhat
Copy link
Owner

thanks for the report. @GillyTheGhillie. Can you please add in a link to an example playlist?

@SathyaBhat SathyaBhat added this to the 6.0 milestone Sep 30, 2020
@GillyTheGhillie
Copy link
Author

Sure, here you go:

https://open.spotify.com/playlist/75RZ95bDNlAPsQXaGcEqDZ

@SathyaBhat
Copy link
Owner

this has been fixed in latest version. Please upgrade your install using

pip install spotify_dl --upgrade

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