diff --git a/_pi.yml b/_pi.yml index 73d05d27..bc34412a 100644 --- a/_pi.yml +++ b/_pi.yml @@ -1,15 +1,15 @@ --- title: You-Get project-name: You-Get -project-version: 0.4.652 +project-version: 0.4.715 project-logo: images/logo.jpg background: images/background.png github: soimort/you-get url: https://you-get.org/ -download-url: https://github.com/soimort/you-get/releases/download/v0.4.652/you-get-0.4.652.tar.gz +download-url: https://github.com/soimort/you-get/releases/download/v0.4.715/you-get-0.4.715.tar.gz download-checksum-type: SHA1SUM -download-checksum-data: 58e5f10473890e50fdf2ae080e324d57ec4a1a5b -download-signature: https://github.com/soimort/you-get/releases/download/v0.4.652/you-get-0.4.652.tar.gz.asc +download-checksum-data: 10c28be86567035d58196f4392eca0f7bd1a5845 +download-signature: https://github.com/soimort/you-get/releases/download/v0.4.715/you-get-0.4.715.tar.gz.asc target: index.html template: _templates/main.html diff --git a/index.html b/index.html index 1d47bcca..6f2205b1 100644 --- a/index.html +++ b/index.html @@ -27,12 +27,12 @@

You-Get

-

version 0.4.652

+

version 0.4.715

Star - Download + Download
- SHA1SUM - PGP SIGNATURE + SHA1SUM + PGP SIGNATURE
@@ -76,7 +76,7 @@

You-Get

PyPI version Build Status Gitter

You-Get 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:

+

Here’s how you use you-get to download a video from this web page:

$ you-get http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society
 Site:       fsf.org
 Title:      TEDxGE2014_Stallman05_LQ
@@ -85,10 +85,10 @@ Size:       27.12 MiB (28435804 Bytes)
 
 Downloading TEDxGE2014_Stallman05_LQ.webm ...
 100.0% ( 27.1/27.1 MB) ├████████████████████████████████████████┤[1/1]   12 MB/s
-

And here's why you might want to use it:

+

And here’s why you might want to use it:

@@ -101,10 +101,9 @@ Downloading TEDxGE2014_Stallman05_LQ.webm ...

Interested? Install it now and get started by examples.

Are you a Python programmer? Then check out the source and fork it!

-
+
- -
+

Installation

Prerequisites

The following dependencies are required and must be installed separately, unless you are using a pre-built package or chocolatey on Windows:

@@ -129,7 +128,7 @@ Downloading TEDxGE2014_Stallman05_LQ.webm ...
$ python3 setup.py install --user

to install you-get to a permanent path.

Option 5: Git clone

-

This is the recommended way for all developers, even if you don't often code in Python.

+

This is the recommended way for all developers, even if you don’t often code in Python.

$ git clone git://github.com/soimort/you-get.git

Then put the cloned directory into your PATH, or run ./setup.py install to install you-get to a permanent path.

Option 6: Using Chocolatey (Windows only)

@@ -138,7 +137,7 @@ Downloading TEDxGE2014_Stallman05_LQ.webm ...

You can install you-get easily via:

$ brew install you-get

Shell completion

-

Completion definitions for Bash, Fish and Zsh can be found in contrib/completion. Please consult your shell's manual for how to take advantage of them.

+

Completion definitions for Bash, Fish and Zsh can be found in contrib/completion. Please consult your shell’s manual for how to take advantage of them.

Upgrading

Based on which option you chose to install you-get, you may upgrade it via:

$ pip3 install --upgrade you-get
@@ -202,8 +201,8 @@ Saving Me at the zoo.en.srt ...Done.

Note:

Download anything else

If you already have the URL of the exact resource you want, you can download it directly with:

@@ -215,7 +214,7 @@ Size: 0.06 MiB (66482 Bytes) Downloading rms.jpg ... 100.0% ( 0.1/0.1 MB) ├████████████████████████████████████████┤[1/1] 127 kB/s -

Otherwise, you-get will scrape the web page and try to figure out if there's anything interesting to you:

+

Otherwise, you-get will scrape the web page and try to figure out if there’s anything interesting to you:

$ you-get http://kopasas.tumblr.com/post/69361932517
 Site:       Tumblr.com
 Title:      kopasas
@@ -234,7 +233,7 @@ Downloading tumblr_mxhg13jx4n1sftq6do1_1280.png ...
 
  • This feature is an experimental one and far from perfect. It works best on scraping large-sized images from popular websites like Tumblr and Blogger, but there is really no universal pattern that can apply to any site on the Internet.
  • Search on Google Videos and download

    -

    You can pass literally anything to you-get. If it isn't a valid URL, you-get will do a Google search and download the most relevant video for you. (It might not be exactly the thing you wish to see, but still very likely.)

    +

    You can pass literally anything to you-get. If it isn’t a valid URL, you-get will do a Google search and download the most relevant video for you. (It might not be exactly the thing you wish to see, but still very likely.)

    $ you-get "Richard Stallman eats"

    Pause and resume a download

    You may use Ctrl+C to interrupt a download.

    @@ -251,11 +250,11 @@ Downloading tumblr_mxhg13jx4n1sftq6do1_1280.png ...

    Proxy settings

    You may specify an HTTP proxy for you-get to use, via the --http-proxy/-x option:

    $ you-get -x 127.0.0.1:8087 'https://www.youtube.com/watch?v=jNQXAC9IVRw'
    -

    However, the system proxy setting (i.e. the environment variable http_proxy) is applied by default. To disable any proxy, use the --no-proxy option.

    +

    However, the system proxy setting (i.e. the environment variable http_proxy) is applied by default. To disable any proxy, use the --no-proxy option.

    Tips:

    Watch a video

    Use the --player/-p option to feed the video into your media player of choice, e.g. mplayer or vlc, instead of downloading it:

    @@ -282,574 +281,574 @@ Downloading tumblr_mxhg13jx4n1sftq6do1_1280.png ... - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + +
    SiteURLVideos?Images?Audios?SiteURLVideos?Images?Audios?
    YouTubehttps://www.youtube.com/YouTubehttps://www.youtube.com/
    Twitterhttps://twitter.com/Twitterhttps://twitter.com/
    VKhttp://vk.com/VKhttp://vk.com/
    Vinehttps://vine.co/Vinehttps://vine.co/
    Vimeohttps://vimeo.com/Vimeohttps://vimeo.com/
    Vidtohttp://vidto.me/Vidtohttp://vidto.me/
    Videomegahttp://videomega.tv/Videomegahttp://videomega.tv/
    Veohhttp://www.veoh.com/Veohhttp://www.veoh.com/
    Tumblrhttps://www.tumblr.com/Tumblrhttps://www.tumblr.com/
    TEDhttp://www.ted.com/TEDhttp://www.ted.com/
    SoundCloudhttps://soundcloud.com/SoundCloudhttps://soundcloud.com/
    SHOWROOMhttps://www.showroom-live.com/SHOWROOMhttps://www.showroom-live.com/
    Pinteresthttps://www.pinterest.com/Pinteresthttps://www.pinterest.com/
    MusicPlayOnhttp://en.musicplayon.com/MusicPlayOnhttp://en.musicplayon.com/
    MTV81http://www.mtv81.com/MTV81http://www.mtv81.com/
    Mixcloudhttps://www.mixcloud.com/Mixcloudhttps://www.mixcloud.com/
    Metacafehttp://www.metacafe.com/Metacafehttp://www.metacafe.com/
    Magistohttp://www.magisto.com/Magistohttp://www.magisto.com/
    Khan Academyhttps://www.khanacademy.org/Khan Academyhttps://www.khanacademy.org/
    Internet Archivehttps://archive.org/Internet Archivehttps://archive.org/
    Instagramhttps://instagram.com/Instagramhttps://instagram.com/
    InfoQhttp://www.infoq.com/presentations/InfoQhttp://www.infoq.com/presentations/
    Imgurhttp://imgur.com/Imgurhttp://imgur.com/
    Heavy Music Archivehttp://www.heavy-music.ru/Heavy Music Archivehttp://www.heavy-music.ru/
    Google+https://plus.google.com/Google+https://plus.google.com/
    Freesoundhttp://www.freesound.org/Freesoundhttp://www.freesound.org/
    Flickrhttps://www.flickr.com/Flickrhttps://www.flickr.com/
    FC2 Videohttp://video.fc2.com/FC2 Videohttp://video.fc2.com/
    Facebookhttps://www.facebook.com/Facebookhttps://www.facebook.com/
    eHowhttp://www.ehow.com/eHowhttp://www.ehow.com/
    Dailymotionhttp://www.dailymotion.com/Dailymotionhttp://www.dailymotion.com/
    CBShttp://www.cbs.com/CBShttp://www.cbs.com/
    Bandcamphttp://bandcamp.com/Bandcamphttp://bandcamp.com/
    AliveThaihttp://alive.in.th/AliveThaihttp://alive.in.th/
    interest.mehttp://ch.interest.me/tvninterest.mehttp://ch.interest.me/tvn
    755
    ナナゴーゴー
    http://7gogo.jp/755
    ナナゴーゴー
    http://7gogo.jp/
    niconico
    ニコニコ動画
    http://www.nicovideo.jp/niconico
    ニコニコ動画
    http://www.nicovideo.jp/
    163
    网易视频
    网易云音乐
    http://v.163.com/
    http://music.163.com/
    163
    网易视频
    网易云音乐
    http://v.163.com/
    http://music.163.com/
    56网http://www.56.com/56网http://www.56.com/
    AcFunhttp://www.acfun.tv/AcFunhttp://www.acfun.tv/
    Baidu
    百度贴吧
    http://tieba.baidu.com/Baidu
    百度贴吧
    http://tieba.baidu.com/
    爆米花网http://www.baomihua.com/爆米花网http://www.baomihua.com/
    bilibili
    哔哩哔哩
    http://www.bilibili.com/bilibili
    哔哩哔哩
    http://www.bilibili.com/
    Dilidilihttp://www.dilidili.com/Dilidilihttp://www.dilidili.com/
    豆瓣http://www.douban.com/豆瓣http://www.douban.com/
    斗鱼http://www.douyutv.com/斗鱼http://www.douyutv.com/
    Panda
    熊猫
    http://www.panda.tv/Panda
    熊猫
    http://www.panda.tv/
    凤凰视频http://v.ifeng.com/凤凰视频http://v.ifeng.com/
    风行网http://www.fun.tv/风行网http://www.fun.tv/
    iQIYI
    爱奇艺
    http://www.iqiyi.com/iQIYI
    爱奇艺
    http://www.iqiyi.com/
    激动网http://www.joy.cn/激动网http://www.joy.cn/
    酷6网http://www.ku6.com/酷6网http://www.ku6.com/
    酷狗音乐http://www.kugou.com/酷狗音乐http://www.kugou.com/
    酷我音乐http://www.kuwo.cn/酷我音乐http://www.kuwo.cn/
    乐视网http://www.le.com/乐视网http://www.le.com/
    荔枝FMhttp://www.lizhi.fm/荔枝FMhttp://www.lizhi.fm/
    秒拍http://www.miaopai.com/秒拍http://www.miaopai.com/
    MioMio弹幕网http://www.miomio.tv/MioMio弹幕网http://www.miomio.tv/
    痞客邦https://www.pixnet.net/痞客邦https://www.pixnet.net/
    PPTV聚力http://www.pptv.com/PPTV聚力http://www.pptv.com/
    齐鲁网http://v.iqilu.com/齐鲁网http://v.iqilu.com/
    QQ
    腾讯视频
    http://v.qq.com/QQ
    腾讯视频
    http://v.qq.com/
    企鹅直播http://live.qq.com/企鹅直播http://live.qq.com/
    Sina
    新浪视频
    微博秒拍视频
    http://video.sina.com.cn/
    http://video.weibo.com/
    Sina
    新浪视频
    微博秒拍视频
    http://video.sina.com.cn/
    http://video.weibo.com/
    Sohu
    搜狐视频
    http://tv.sohu.com/Sohu
    搜狐视频
    http://tv.sohu.com/
    Tudou
    土豆
    http://www.tudou.com/Tudou
    土豆
    http://www.tudou.com/
    虾米http://www.xiami.com/虾米http://www.xiami.com/
    阳光卫视http://www.isuntv.com/阳光卫视http://www.isuntv.com/
    音悦Taihttp://www.yinyuetai.com/音悦Taihttp://www.yinyuetai.com/
    Youku
    优酷
    http://www.youku.com/Youku
    优酷
    http://www.youku.com/
    战旗TVhttp://www.zhanqi.tv/lives战旗TVhttp://www.zhanqi.tv/lives
    央视网http://www.cntv.cn/央视网http://www.cntv.cn/
    花瓣http://huaban.com/花瓣http://huaban.com/
    Naver
    네이버
    http://tvcast.naver.com/Naver
    네이버
    http://tvcast.naver.com/
    芒果TVhttp://www.mgtv.com/芒果TVhttp://www.mgtv.com/
    火猫TVhttp://www.huomao.com/火猫TVhttp://www.huomao.com/
    全民Tvhttp://www.quanmin.tv/全民Tvhttp://www.quanmin.tv/

    For all other sites not on the list, the universal extractor will take care of finding and downloading interesting resources from the page.

    Known bugs

    -

    If something is broken and you-get can't get you things you want, don't panic. (Yes, this happens all the time!)

    -

    Check if it's already a known problem on https://github.com/soimort/you-get/wiki/Known-Bugs, and search on the list of open issues. If it has not been reported yet, open a new issue, with detailed command-line output attached.

    +

    If something is broken and you-get can’t get you things you want, don’t panic. (Yes, this happens all the time!)

    +

    Check if it’s already a known problem on https://github.com/soimort/you-get/wiki/Known-Bugs, and search on the list of open issues. If it has not been reported yet, open a new issue, with detailed command-line output attached.

    Getting Involved

    -

    You can reach us on the Gitter channel #soimort/you-get (here's how you set up your IRC client for Gitter). If you have a quick question regarding you-get, ask it there.

    +

    You can reach us on the Gitter channel #soimort/you-get (here’s how you set up your IRC client for Gitter). If you have a quick question regarding you-get, ask it there.

    All kinds of pull requests are welcome. However, there are a few guidelines to follow:

    This software is distributed under the MIT license.

    In particular, please be aware that

    -

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

    +

    THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

    Translated to human words:

    In case your use of the software forms the basis of copyright infringement, or you use the software for any other illegal purposes, the authors cannot take any responsibility for you.