From 6b5e3626b5bcc6d7f13cd45d799f1e7ac1de5759 Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 5 Jul 2015 14:43:27 +0800 Subject: [PATCH] update --- youtube-dl/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/youtube-dl/README.md b/youtube-dl/README.md index f23a8c9..46f2681 100644 --- a/youtube-dl/README.md +++ b/youtube-dl/README.md @@ -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 + 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