-
Notifications
You must be signed in to change notification settings - Fork 56
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
Vividl fails to download videos possibly because the filenames are invalid in Windows #116
Comments
i had the same problem and fixed it by going into options>>download and checked "Restrict Filename to ASCII character" option |
@dtoxic47 I have that turned on too. That doesn't solve the problem of the | character or ? character or other characters that on Windows can't make a filename. Nice to hear from you and thanks for the response. |
Even though I turned on "restrict to ascii characters", this one gives me an unhandled exception: |
I find a lot of youtube videos won't download, even if the saved filenames have no invalid characters. |
I think part of the problem is that, the video/audio tab shows first, by default. Usually, that's not bad. But I find I have to click on the other tab, and select the one and only option, such as mp4, and then it will download from youtube. But I can't choose the quality. |
vividl 0.8
Some videos fail to download because there is a "|" or a "?" in the filename, or other characters, which cannot be saved into the filename in Windows. Could you please look at possible auto-renaming so the resulting saved file has a valid name in Windows?
The text was updated successfully, but these errors were encountered: