2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 11:07:25 +01:00
Files
dockerfiles_vimagick/youtube-dl
2015-07-05 13:57:12 +08:00
..
2015-07-05 13:53:58 +08:00
2015-07-05 13:57:12 +08: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