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 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:
Interested? Install it now and get started by examples.
Are you a Python programmer? Then check out the source and fork it!
-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.
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.
You can install you-get
easily via:
$ brew install you-get
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.
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:
ffmpeg
is a required dependency, for downloading and joining videos streamed in multiple parts (e.g. on some sites like Youku), and for YouTube videos of 1080p or high resolution.you-get
to join video parts after downloading them, use the --no-merge
/-n
option.ffmpeg
is a required dependency, for downloading and joining videos streamed in multiple parts (e.g. on some sites like Youku), and for YouTube videos of 1080p or high resolution.you-get
to join video parts after downloading them, use the --no-merge
/-n
option.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:
- If you need to use proxies a lot (in case your network is blocking certain sites), you might want to use
you-get
with proxychains and set alias you-get="proxychains -q you-get"
(in Bash).
-- For some websites (e.g. Youku), if you need access to some videos that are only available in mainland China, there is an option of using a specific proxy to extract video information from the site:
--extractor-proxy
/-y
.
+- For some websites (e.g. Youku), if you need access to some videos that are only available in mainland China, there is an option of using a specific proxy to extract video information from the site:
--extractor-proxy
/-y
.
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 ...
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:
- The
develop
branch is where your pull request should go.
- Remember to rebase.
- Document your PR clearly, and if applicable, provide some sample links for reviewers to test with.
-- Write well-formatted, easy-to-understand commit messages. If you don't know how, look at existing ones.
+- Write well-formatted, easy-to-understand commit messages. If you don’t know how, look at existing ones.
- We will not ask you to sign a CLA, but you must assure that your code can be legally redistributed (under the terms of the MIT license).
Legal Issues
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.