elmoiv / redvid

Smart downloader for Reddit hosted videos
GNU General Public License v3.0
110 stars 15 forks source link

Update redvid.py #41

Closed SavorSauc3 closed 7 months ago

SavorSauc3 commented 7 months ago

Bug on Windows 11 where file path contained "av.mp4" instead of "video.mp4" which was causing the program to be unable to find the proper file, and the entire python package was erroring out. This bug should be able to be reproduced simply by running the program, but I was also using a custom filename, and custom path. This pull request should fix this bug, as I edited the file on my local pc and ran the package, and everything was successful.