Bluegrams / Vividl

Modern Windows GUI for youtube-dl/ yt-dlp
https://vividl.sourceforge.io
BSD 3-Clause "New" or "Revised" License
639 stars 54 forks source link

Vividl fails to download videos possibly because the filenames are invalid in Windows #116

Open as-muncher opened 4 months ago

as-muncher commented 4 months ago

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?

dtoxic47 commented 4 months ago

i had the same problem and fixed it by going into options>>download and checked "Restrict Filename to ASCII character" option after that no more problems with download or the program crashing

as-muncher commented 4 months ago

@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.