[go: nahoru, domu]

Skip to content

DHandspikerWade/youtube-dl-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not a direct fork as vimagick keeps all their projects in a single repo. Orignally used youtube-dl but have since switched to the fork named yt-dlp. Parameters are largely the same.

youtube-dl

youtube-dl yt-dlp is a small command-line program to download videos from https://www.youtube.com/ and a few more sites.

Tutorial

# create an alias
$ alias yt='docker run --rm -u $(id -u):$(id -g) -v $PWD:/data handspiker2/youtube-dl'

# list all formats
$ yt -F hHkKJfcBXcw

# download it
$ yt hHkKJfcBXcw

# play it
$ vlc *-hHkKJfcBXcw.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published