Skip to content

yslidet/Youtube-Download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One-Stop to Download Youtube Video

Highlights

  • To download youtube video with provided URL and resolution
  • One-stop and one-line execution
# python download.py "url" resolution
# ^ resolution (e.g.720, 1080, 1440, 2160 ~ 4K)
python download.py "https://youtube.com/shorts/EDUqT2cZ1nY?si=Kx7XO-OL07-DOtEJ" 720

Installation

via docker (preferred)

cd setup/
docker build \
   -t youtube_download:v1 \
   -f setup_dockerfile \
   .

via pip

pip install yt_dlp
pip install ffmpeg

Usage

^ start and run docker container or docker-compose -f setup/docker-compose.yml up

# python download.py "url" resolution
# ^ resolution (e.g.720, 1080, 1440, 2160 ~ 4K)
python download.py "https://youtube.com/shorts/EDUqT2cZ1nY?si=Kx7XO-OL07-DOtEJ" 720

About

This would allow you to download your favourite YouTube url with desired resolution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages