version 0.4.125

This commit is contained in:
Mort Yao 2015-10-29 22:41:12 +01:00
parent 214deb6c8b
commit 6e1c124de4
2 changed files with 15 additions and 32 deletions

View File

@ -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:**

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
script_name = 'you-get'
__version__ = '0.4.111'
__version__ = '0.4.125'