Skip to content

hfelashry/yt-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Youtube Downloader

THis project uses yt_dlp and flask to request and download videos.

Guide

Run these commands to get the virtual environment (venv) set up

python -m venv .venv
Set-ExecutionPolicy RemoteSigned -Scope Process
.venv\Scripts\activate

Copy the contents of app.py and templates/index.html* into your own files. Dowload the yt_dlp and flask packages using python -m pip install <package name>

run python app.py and bam!

About

YouTube downloader using Flask and HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published