From b3c3817d0580d278bd5ab11a4f1b8a2a25d859a3 Mon Sep 17 00:00:00 2001 From: Hansana Dasanayaka <75363593+hansanaD@users.noreply.github.com> Date: Sun, 11 Feb 2024 10:18:02 +0530 Subject: [PATCH] Added ERROR FIXING to README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 043f46c..cd49bf4 100644 --- a/README.md +++ b/README.md @@ -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.