Closed shreyas-jadhav closed 4 years ago
Hi, I don't understand why I'm facing this issue while trying to download a video, i get this exception
[WinError 2] The system cannot find the file specified: 'av.mp4'
this is my code:
reddit = Downloader() reddit.max = True reddit.url = str(link) reddit.download()
Any help would be appreciated, thank you so much.
You don't have FFmpeg Installed in your machine.
FFmpeg
See issue #12 for help.
Hi, I don't understand why I'm facing this issue while trying to download a video, i get this exception
[WinError 2] The system cannot find the file specified: 'av.mp4'
this is my code:
Any help would be appreciated, thank you so much.