Sign inSign up

vimagick/youtube-dl

By vimagick

Updated almost 5 years ago

A small command-line program to download videos from YouTube.com and a few more sites.

Image
79

500K+

vimagick/youtube-dl repository overview

youtube-dl

youtube-dl 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 vimagick/youtube-dl'

# list all formats
$ yt -F nVjsGKrE6E8

# download it
$ yt nVjsGKrE6E8

# play it
$ vlc *-nVjsGKrE6E8.mp4

Tag summary

Content type

Image

Digest

sha256:21dcebc95

Size

47.4 MB

Last updated

almost 5 years ago

docker pull vimagick/youtube-dl