mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
version 0.4.125
This commit is contained in:
parent
214deb6c8b
commit
6e1c124de4
43
README.md
43
README.md
@ -37,6 +37,8 @@ Interested? [Install it](#installation) now and [get started by examples](#getti
|
||||
|
||||
Are you a Python programmer? Then check out [the source](https://github.com/soimort/you-get) and fork it!
|
||||
|
||||
![](http://i.imgur.com/GfthFAz.png)
|
||||
|
||||
## Installation
|
||||
|
||||
### Prerequisites
|
||||
@ -177,38 +179,19 @@ Downloading rms.jpg ...
|
||||
Otherwise, `you-get` will scrape the web page and try to figure out if there's anything interesting to you:
|
||||
|
||||
```
|
||||
$ you-get http://www.wired.com/2012/11/time-lapse-within-worlds/
|
||||
Site: wired.com
|
||||
Title: Geminid-Meteor-over-Castle-Lake
|
||||
Type: JPEG Image (image/jpeg)
|
||||
Size: 0.09 MiB (95581 Bytes)
|
||||
$ you-get http://kopasas.tumblr.com/post/69361932517
|
||||
Site: Tumblr.com
|
||||
Title: kopasas
|
||||
Type: Unknown type (None)
|
||||
Size: 0.51 MiB (536583 Bytes)
|
||||
|
||||
Downloading Geminid-Meteor-over-Castle-Lake.jpg ...
|
||||
100.0% ( 0.1/0.1 MB) ├████████████████████████████████████████┤[1/1] 606 kB/s
|
||||
Site: Tumblr.com
|
||||
Title: tumblr_mxhg13jx4n1sftq6do1_1280
|
||||
Type: Portable Network Graphics (image/png)
|
||||
Size: 0.51 MiB (536583 Bytes)
|
||||
|
||||
Site: wired.com
|
||||
Title: Star-Trails-over-Mount-Shasta
|
||||
Type: JPEG Image (image/jpeg)
|
||||
Size: 0.1 MiB (108263 Bytes)
|
||||
|
||||
Downloading Star-Trails-over-Mount-Shasta.jpg ...
|
||||
100.0% ( 0.1/0.1 MB) ├████████████████████████████████████████┤[1/1] 615 kB/s
|
||||
|
||||
Site: wired.com
|
||||
Title: Milky-Way-and-Lyrid-Meteor-over-Crater-Lake
|
||||
Type: JPEG Image (image/jpeg)
|
||||
Size: 0.1 MiB (104196 Bytes)
|
||||
|
||||
Downloading Milky-Way-and-Lyrid-Meteor-over-Crater-Lake.jpg ...
|
||||
100.0% ( 0.1/0.1 MB) ├████████████████████████████████████████┤[1/1] 643 kB/s
|
||||
|
||||
Site: wired.com
|
||||
Title: Aurora-over-Crater-Lake
|
||||
Type: JPEG Image (image/jpeg)
|
||||
Size: 0.08 MiB (87666 Bytes)
|
||||
|
||||
Downloading Aurora-over-Crater-Lake.jpg ...
|
||||
100.0% ( 0.1/0.1 MB) ├████████████████████████████████████████┤[1/1] 365 kB/s
|
||||
Downloading tumblr_mxhg13jx4n1sftq6do1_1280.png ...
|
||||
100.0% ( 0.5/0.5 MB) ├████████████████████████████████████████┤[1/1] 22 MB/s
|
||||
```
|
||||
|
||||
**Note:**
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
script_name = 'you-get'
|
||||
__version__ = '0.4.111'
|
||||
__version__ = '0.4.125'
|
||||
|
Loading…
Reference in New Issue
Block a user