Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DevHanza committed Feb 11, 2024
2 parents f7a7fd1 + b3c3817 commit c7a75f2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,11 @@ cd PythonYoutubeDownloader;
pip3 install -r requirements.txt;
python3 downloader.py #
```
## Have a great day! 😄🎉
## Fixing Errors:
If you are having the error that says :
`FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'` while running the code,
just
```
brew install ffmpeg
```
in your terminal.

0 comments on commit c7a75f2

Please sign in to comment.