JaxYTdl is a lightweight and user-friendly YouTube video downloader built with Flask. It allows you to download YouTube videos in various resolutions or extract audio in MP3 format.
- Download videos in multiple resolutions (144p to 2160p).
- Extract and download audio in high-quality MP3 format.
- Simple and intuitive user interface.
- Fast and reliable performance.
- Enter the YouTube video URL into the input field.
- Click "Get Formats" to fetch available download options.
- Select the desired format (video or audio).
- Click "Download" to start the download process.
To run JaxYTdl on your local machine, follow these steps:
git clone https://github.com/Jalpan04/JaxYTdl.git
cd JaxYTdl
Make sure you have Python installed. Then, install the required packages:
pip install -r requirements.txt
python app.py
After starting the application, open your browser and visit:
http://127.0.0.1:5000/
Now, you can start downloading videos and audio files.
- Flask: Web framework for Python.
- yt-dlp: A powerful tool to download YouTube videos.
- FFmpeg: Required for handling video and audio formats.
Feel free to contribute by submitting issues or pull requests to improve JaxYTdl.
Enjoy seamless YouTube downloads with JaxYTdl! 🚀