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/Mac
machine.
pip install requirements.txt
Follow these steps to install Video Downloader Web App:
git clone https://github.com/BioTechRacoon/dlp_webapp.git
cd video-downloader-web-app
./install.sh
To use Video Downloader Web App, follow these steps:
./launch.sh
Open your web browser and navigate to http://localhost:5000
. Enter the video URL you want to download and the application will handle the rest.