pip install -r requirements.txt
possibly install ffmpeg
Run server.py. Then go to http://127.0.0.1:5000/
In there you can input your YouTube link. There currently is no format checking anywhere.
After hitting the download button you will download the file immediately.
- Add format checking for the YouTube URL
- Check if YouTube URL is available
- Handle if YouTube is not available
- Improve styling