This is a Streamlit app that allows you to download the audio from YouTube videos in mp3 format.
To use this app, follow these steps:
- Clone this repository to your local machine.
- Install the required dependencies by running
pip install -r requirements.txt
. - Run the app by executing the command
streamlit run app.py
. - Open your web browser and navigate to the URL provided by Streamlit.
- Enter the URL of the YouTube video you want to download.
- Click the "Download" button to start the download process.
- The audio file will be saved in mp3 format in the specified directory.
Please note that downloading copyrighted content may infringe upon the rights of the content owner. Make sure to only download videos that you have the necessary rights or permissions for.
Enjoy downloading your favorite YouTube videos as mp3 files!