This is a lightweight web application developed using the Flask web framework and the Pytube library, designed to facilitate the easy and quick downloading of YouTube videos. The application provides a user-friendly interface where users can simply paste the URL of the YouTube video they wish to download, and the application takes care of the rest.
- Easy to Use: Just paste the YouTube video URL, and the app will download the highest resolution video for you.
- Fast Download: Utilizes Pytube to efficiently download videos.
- Minimalistic Design: Clean and straightforward interface.
-
Clone the repository:
git clone https://github.com/your-username/your-repository.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Flask app:
python app.py
-
Open your browser and go to http://localhost:5000
-
Paste a YouTube video URL, click download, and enjoy!
- Flask
- Pytube
Feel free to contribute to the project by opening issues or submitting pull requests. Your feedback and suggestions are highly appreciated.
This project is licensed under the MIT License - see the LICENSE file for details.
Make sure to replace "your-username" and "your-repository" with your actual GitHub username and repository name. Also, ensure that you have a requirements.txt
file containing the necessary dependencies.