mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-27 15:41:38 +01:00
346 B
346 B
youtube-dl
youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites.
Tutorial
# create a alias
$ alias yt='docker run --rm -v `pwd`:/data vimagick/youtube-dl'
# download a video
$ yt nVjsGKrE6E8
# play it
$ vlc *-nVjsGKrE6E8.mp4