diff --git a/_pi.yml b/_pi.yml index 53ba7afa..5ae2a67b 100644 --- a/_pi.yml +++ b/_pi.yml @@ -1,15 +1,15 @@ --- title: You-Get project-name: You-Get -project-version: 0.4.990 +project-version: 0.4.995 project-logo: images/logo.jpg background: images/background.png github: soimort/you-get url: https://you-get.org/ -download-url: https://github.com/soimort/you-get/releases/download/v0.4.990/you-get-0.4.990.tar.gz +download-url: https://github.com/soimort/you-get/releases/download/v0.4.995/you-get-0.4.995.tar.gz download-checksum-type: SHA1SUM -download-checksum-data: 872ab197610b9eb7455ea4f86fc6d2040466124c -download-signature: https://github.com/soimort/you-get/releases/download/v0.4.990/you-get-0.4.990.tar.gz.asc +download-checksum-data: 2ee6a89138047637d05a27ad8f2bb757c850abc5 +download-signature: https://github.com/soimort/you-get/releases/download/v0.4.995/you-get-0.4.995.tar.gz.asc target: index.html template: _templates/main.html diff --git a/index.html b/index.html index cd06a095..0428f212 100644 --- a/index.html +++ b/index.html @@ -27,12 +27,12 @@

You-Get

-

version 0.4.990

+

version 0.4.995

Star - Download + Download
- SHA1SUM - PGP SIGNATURE + SHA1SUM + PGP SIGNATURE
@@ -76,15 +76,21 @@

You-Get

PyPI version Build Status Gitter

You-Get 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:

-
$ 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)
+

Here’s how you use you-get to download a video from YouTube:

+
$ 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: