diff --git a/README.md b/README.md index 303346e515..fda3638828 100644 --- a/README.md +++ b/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) - -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:** @@ -335,7 +318,7 @@ Use `--url`/`-u` to get a list of downloadable resource URLs extracted from the | **Baidu
百度贴吧** | |✓|✓| | | 爆米花网 | |✓| | | | **bilibili
哔哩哔哩** | |✓| | | -| Dilidili | |✓| | | +| Dilidili | |✓| | | | 豆瓣 | | | |✓| | 斗鱼 | |✓| | | | 凤凰视频 | |✓| | | diff --git a/src/you_get/version.py b/src/you_get/version.py index 642d3c9679..6fd1692900 100644 --- a/src/you_get/version.py +++ b/src/you_get/version.py @@ -1,4 +1,4 @@ #!/usr/bin/env python script_name = 'you-get' -__version__ = '0.4.111' +__version__ = '0.4.125'