elmoiv / redvid

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

Output File Named Incorrectly #40

Closed SavorSauc3 closed 7 months ago

SavorSauc3 commented 7 months ago

Description After file is scraped from reddit, the file is moved to the output file. It seems that the file isn't named properly, so windows raises a winerror stating that the file could not be found. The error can be fixed by changing the name of the os.rename function in the get_and_mux fuction from "av.mp4" to "video.mp4". I will make a pull request to fix the bug.

Desktop:

elmoiv commented 7 months ago

Do you have ffmpeg installed?

because if av.mp4 is not found then you don't have ffmpeg or may not be added to PATH

SavorSauc3 commented 7 months ago

Oh I see, thanks for letting me know, I am going to close this issue.