WARNING: this is just a test for personal use
This is a simple Flask application that allows you to download audio from YouTube videos and playlists as mp3 files.
- Clone the repository:
git clone https://github.com/ryddle/ytdownloader.git
- Navigate to the application directory:
cd your_repository
- Create a virtual environment (optional):
python -m venv env
- Install the dependencies:
pip install -r requirements.txt
- Run the application:
flask run
This will start the Flask server and the application will be available at http://localhost:5000.
Remember that you may need to configure your development environment, such as environment variables or file system permissions, depending on your needs.
A big thank you to the developers of pytube, without them this application would not be possible.