This is a simple and efficient web application built with Flask, designed to download videos from various sources using the yt_dlp library. It's perfect for users who need a reliable tool to save videos locally for offline access.
- Easy-to-use web interface for downloading videos.
- Support for downloading from multiple video sources.
- Real-time download progress updates.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Python.
- You have a
Windows/Linux/Macmachine.
pip install requirements.txtFollow these steps to install Video Downloader Web App:
git clone https://github.com/BioTechRacoon/dlp_webapp.git
cd video-downloader-web-app
./install.shTo use Video Downloader Web App, follow these steps:
./launch.shOpen your web browser and navigate to http://localhost:5000. Enter the video URL you want to download and the application will handle the rest.

