Battleman / zoomdl

Download Zoom recorded meetings easily
GNU General Public License v3.0
341 stars 44 forks source link

file size 0 windows 10 #36

Closed BassemMounir closed 3 years ago

BassemMounir commented 3 years ago

when the file name has ':' character it saves empty file with the name cut down to the characters before ':' example: if the file name is "subject:lecture.mp4" it saves an empty file with the name "subject" this only happens on windows. tried it on arch linux.. works fine tried it with single and double qoutations.. still the same issue the only solution for this right now is to use -f option with name without ':' character

Battleman commented 3 years ago

Thanks for sharing. Please in the future, follow the "bug" template. It does contain a lot of stuff useful for me...

Still, I managed to reproduce the issue. Didn't know the colon was a prohibited character, among others. It will be fixed in the next upstream.