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