mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
elephants are cool
This commit is contained in:
parent
731fcb5eac
commit
f6b212397f
22
README.md
22
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.
|
[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
|
```console
|
||||||
$ you-get http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society
|
$ you-get 'https://www.youtube.com/watch?v=jNQXAC9IVRw'
|
||||||
Site: fsf.org
|
site: YouTube
|
||||||
Title: TEDxGE2014_Stallman05_LQ
|
title: Me at the zoo
|
||||||
Type: WebM video (video/webm)
|
stream:
|
||||||
Size: 27.12 MiB (28435804 Bytes)
|
- itag: 43
|
||||||
|
container: webm
|
||||||
|
quality: medium
|
||||||
|
size: 0.5 MiB (564215 bytes)
|
||||||
|
# download-with: you-get --itag=43 [URL]
|
||||||
|
|
||||||
Downloading TEDxGE2014_Stallman05_LQ.webm ...
|
Downloading Me at the zoo.webm ...
|
||||||
100.0% ( 27.1/27.1 MB) ├████████████████████████████████████████┤[1/1] 12 MB/s
|
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:
|
And here's why you might want to use it:
|
||||||
|
Loading…
Reference in New Issue
Block a user