This project allows you to download audio from YouTube videos and convert them to MP3 format.
- Clone this repository
- Install the required packages:
pip install -r requirements.txt
- Ensure you have FFmpeg installed on your system
Run the main script:
python main.py
Enter the YouTube URL when prompted. The audio will be downloaded and converted to MP3 format in the downloads
directory.
You can modify the settings in config/settings.py
to change download directories, logging configuration, etc.
YouTube-Mp3-Downloader/
│
├── src/
│ ├── __init__.py
│ ├── downloader.py
│ ├── converter.py
│ ├── utils.py
│ └── exceptions.py
│
├── config/
│ └── settings.py
│
├── logs/
│ └── .gitkeep
│
├── main.py
├── requirements.txt
└── README.md
This project is licensed under the MIT License - see the LICENSE file for details.