2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-27 15:41:38 +01:00
Files
dockerfiles_vimagick/youtube-dl/README.md
2015-07-05 13:57:12 +08:00

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