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

Makes a folder when filename has a "/" in it #22

Open
otwsayo opened this issue Dec 13, 2021 · 1 comment
Open

Makes a folder when filename has a "/" in it #22

otwsayo opened this issue Dec 13, 2021 · 1 comment

Comments

@otwsayo
Copy link

otwsayo commented Dec 13, 2021

2021_12_13_103530109

@shibedrill
Copy link

This is due to youtube-dl trying to download a song with a slash in the name. this gets interpreted as a literal path separator, so windows creates a folder with a hashtag when trying to access the file. to get around this, I modified the code to remove slashes from the filename.
forward_slash_in_filename.patch
This patch is hacky as all hell, but it should work. It has to be applied to the 0.1.1 release tag.

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

No branches or pull requests

2 participants