1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00
This commit is contained in:
kev 2015-07-05 14:43:27 +08:00
parent cb235c57e4
commit 6b5e3626b5

View File

@ -1,7 +1,8 @@
youtube-dl
==========
[`youtube-dl`][1] is a small command-line program to download videos from YouTube.com and a few more sites.
[`youtube-dl`][1] is a small command-line program to download videos from
<https://www.youtube.com/> and a few more sites.
## Tutorial
@ -9,7 +10,10 @@ youtube-dl
# create a alias
$ alias yt='docker run --rm -v `pwd`:/data vimagick/youtube-dl'
# download a video
# list all formats
$ yt -F nVjsGKrE6E8
# download it
$ yt nVjsGKrE6E8
# play it