From f6b212397ff387088ba2a10e9d22b88361cfba42 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Mon, 4 Dec 2017 04:18:06 +0100 Subject: [PATCH] elephants are cool --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6ec75a57..4b9045c3 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,23 @@ [You-Get](https://you-get.org/) is a tiny command-line utility to download media contents (videos, audios, images) from the Web, in case there is no other handy way to do it. -Here's how you use `you-get` to download a video from [this web page](http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society): +Here's how you use `you-get` to download a video from [YouTube](https://www.youtube.com/watch?v=jNQXAC9IVRw): ```console -$ you-get http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society -Site: fsf.org -Title: TEDxGE2014_Stallman05_LQ -Type: WebM video (video/webm) -Size: 27.12 MiB (28435804 Bytes) +$ you-get 'https://www.youtube.com/watch?v=jNQXAC9IVRw' +site: YouTube +title: Me at the zoo +stream: + - itag: 43 + container: webm + quality: medium + size: 0.5 MiB (564215 bytes) + # download-with: you-get --itag=43 [URL] -Downloading TEDxGE2014_Stallman05_LQ.webm ... -100.0% ( 27.1/27.1 MB) ├████████████████████████████████████████┤[1/1] 12 MB/s +Downloading Me at the zoo.webm ... + 100% ( 0.5/ 0.5MB) ├██████████████████████████████████┤[1/1] 6 MB/s + +Saving Me at the zoo.en.srt ... Done. ``` And here's why you might want to use it: