Skip to content

Commit

Permalink
update README.md - remove dependency for ffmpeg CLI software
Browse files Browse the repository at this point in the history
  • Loading branch information
irahorecka committed Feb 25, 2024
1 parent cfd0f8f commit 1af5c94
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,13 @@ Watch the <a href="https://i.imgur.com/6gAdznH.mp4">video demo</a> for more info

## Running the application

1) Download ```ffmpeg```
2) Clone GitHub repository
3) ```pip install -r requirements.txt```
4) ```python main.py```
1) Clone GitHub repository
2) ```pip install -r requirements.txt```
3) ```python main.py```

Check <b>Troubleshooting</b> if you encounter any trouble running / using the application or downloading MP3 files. If undocumented exceptions occur, please file the issue in <a href="https://github.com/irahorecka/YouTube2Audio/issues">issues</a>.
<hr>

## Download ```ffmpeg```

There are several options to install ```ffmpeg``` depending on your OS:

1) Using homebrew
- Downloading homebrew:
<a href="https://docs.brew.sh/Homebrew-on-Linux">Linux</a>,
<a href="https://docs.brew.sh/Installation">macOS</a>
- ```brew install ffmpeg```
2) Through ffmpeg.org
- <a href="https://www.ffmpeg.org/download.html#build-linux">Linux</a>,
<a href="https://www.ffmpeg.org/download.html#build-mac">macOS</a>,
<a href="https://www.ffmpeg.org/download.html#build-windows">Windows</a>

<hr>

## Troubleshooting

1) <a href="https://github.com/pytube/pytube">`pytube`</a> is constantly upgrading to maintain compliance with YouTube's API. If you find exception messages on your terminal console during download, separately install the following `pytube` version as follows:
Expand Down

0 comments on commit 1af5c94

Please sign in to comment.