Skip to content

Commit

Permalink
version 0.4.125
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Oct 29, 2015
1 parent 214deb6 commit 6e1c124
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 34 deletions.
49 changes: 16 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Downloading Geminid-Meteor-over-Castle-Lake.jpg ...
100.0% ( 0.1/0.1 MB) ├████████████████████████████████████████┤[1/1] 606 kB/s
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
$ you-get http://kopasas.tumblr.com/post/69361932517
Site: Tumblr.com
Title: kopasas
Type: Unknown type (None)
Size: 0.51 MiB (536583 Bytes)
Site: Tumblr.com
Title: tumblr_mxhg13jx4n1sftq6do1_1280
Type: Portable Network Graphics (image/png)
Size: 0.51 MiB (536583 Bytes)
Downloading tumblr_mxhg13jx4n1sftq6do1_1280.png ...
100.0% ( 0.5/0.5 MB) ├████████████████████████████████████████┤[1/1] 22 MB/s
```

**Note:**
Expand Down Expand Up @@ -335,7 +318,7 @@ Use `--url`/`-u` to get a list of downloadable resource URLs extracted from the
| **Baidu<br/>百度贴吧** | <http://tieba.baidu.com/> ||| |
| 爆米花网 | <http://www.baomihua.com/> || | |
| **bilibili<br/>哔哩哔哩** | <http://www.bilibili.com/> || | |
| Dilidili | <http://www.dilidili.com/> || | |
| Dilidili | <http://www.dilidili.com/> || | |
| 豆瓣 | <http://www.douban.com/> | | ||
| 斗鱼 | <http://www.douyutv.com/> || | |
| 凤凰视频 | <http://v.ifeng.com/> || | |
Expand Down
2 changes: 1 addition & 1 deletion src/you_get/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python

script_name = 'you-get'
__version__ = '0.4.111'
__version__ = '0.4.125'

0 comments on commit 6e1c124

Please sign in to comment.