mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-02 11:07:25 +01:00
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