aajanki / yle-dl

Download videos from Yle servers
https://aajanki.github.io/yle-dl/index-en.html
GNU General Public License v3.0
309 stars 51 forks source link

Windows 10 [Errno 22] Invalid argument #272

Closed cheaster35 closed 3 years ago

cheaster35 commented 3 years ago

Hello, I am getting an error code like this when downloading some videos on windows 10. line 69, in download_to_file :

with open(encoded_filename, 'wb') as output:

OSError: [Errno 22] Invalid argument: b'Hillo: Mis on halvinta skumppaa?: S01E01-2019-06-07T00:01.srt

And I think the reason for this error occurred because of character ":" (colon). Windows doesn't allow this character in folder name. Is there a solution for this error? Thanks.

cheaster35 commented 3 years ago

The solution to this problem is already written on the page and I missed it. The problem was solved with the --vfat code. Thanks.