We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7a7fd1 + b3c3817 commit c7a75f2Copy full SHA for c7a75f2
README.md
@@ -37,4 +37,11 @@ cd PythonYoutubeDownloader;
37
pip3 install -r requirements.txt;
38
python3 downloader.py #
39
```
40
-## Have a great day! 😄🎉
+## Fixing Errors:
41
+If you are having the error that says :
42
+`FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'` while running the code,
43
+just
44
+```
45
+brew install ffmpeg
46
47
+in your terminal.
0 commit comments