A Simple Converter and download YouTube videos to MP3 audio format using this simple web application built using Flask/Python.
Before you can run this application, make sure you have the following prerequisites installed on your system:
git clone https://github.com/anuraagnagar/flask-YT-converter.git
cd flask-YT-converter
python3 -m venv venv
On Windows
venv\scripts\activate
On MacOS/Linux
source venv/bin/activate
pip install -r requirements.txt
Before running the server, you will need to set SECRET_KEY=your_app_secret_key_here
environment variable to .env file in your base directory. And change .env.example
file to .env
file in base directory of this application and set the secret key.
flask run
To access this application you need to open http://127.0.0.1:5000
in your web browser.
Contributions are welcome! If you find a bug or want to add a new feature, please open an issue or submit a pull request. For more information checkout
By contributing to this project, you agree that your contributions will be licensed under the .