20lives / FrontendMastersDownloader

FrontendMasters Downloader - A tool to keep offline copy of frontendmasters courses
200 stars 41 forks source link

cannot find ffmpeg #16

Closed kareemegy closed 4 years ago

kareemegy commented 4 years ago

when I start using the package it gives me this weird error every time I try to download a course and here is a picture from the CMD

https://ibb.co/r5KNLfx

and thank you for your hard word, really appreciated

koff75 commented 4 years ago

You need to install FFMPEG separately like this below on your terminal: brew install ffmpeg It uses brew for macOS but you can find the equivalent depending on your OS.

erdkse commented 4 years ago

I created a PR for this issue. You don't need to install ffmpeg separately.

20lives commented 4 years ago

Hi all, sorry for not responding sooner, This issue came up a few times before: look at #12

kareemegy commented 4 years ago

thanks, guys it works now