version 0.4.136

This commit is contained in:
Mort Yao 2015-11-09 05:47:41 +01:00
parent ea64f51204
commit 321e9d88d7
2 changed files with 26 additions and 17 deletions

View File

@ -27,12 +27,12 @@
<a href="https://you-get.org/"><img src="images/logo.jpg"/></a>
<div id="desc">
<h1>You-Get</h1>
<h2>version 0.4.125</h2>
<h2>version 0.4.136</h2>
<a href="https://github.com/soimort/you-get">Star <i class="fa fa-github-square fa-2x"></i></a>
<a href="https://pypi.python.org/packages/source/y/you-get/you-get-0.4.111.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
<a href="https://pypi.python.org/packages/source/y/you-get/you-get-0.4.136.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
<div id="msg">
<span id="checksum" onmouseover="this.innerHTML='03a0734ca8e450f495f002c2304a9597'" onmouseout="this.innerHTML='MD5SUM'">MD5SUM</span>
<a href="https://pypi.python.org/packages/source/y/you-get/you-get-0.4.111.tar.gz.asc">PGP SIGNATURE</a>
<span id="checksum" onmouseover="this.innerHTML='d99c7d6fa3ed615271e6b2a871f8e7cd103a27e6'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
<a href="https://pypi.python.org/packages/source/y/you-get/you-get-0.4.136.tar.gz.asc">PGP SIGNATURE</a>
</div>
</div>
</nav>
@ -91,20 +91,23 @@ Downloading TEDxGE2014_Stallman05_LQ.webm ...
</div>
<h2 id="installation">Installation</h2>
<h3 id="prerequisites">Prerequisites</h3>
<p>The following dependencies are required and must be installed separately, unless you are using a pre-built package on Windows:</p>
<ul>
<li><strong><a href="https://www.python.org/downloads/">Python 3</a></strong></li>
<li><strong><a href="https://www.ffmpeg.org/">FFmpeg</a></strong> (strongly recommended) or <a href="https://libav.org/">Libav</a></li>
<li>(Optional) <a href="https://rtmpdump.mplayerhq.hu/">RTMPDump</a></li>
</ul>
<h3 id="option-1.-install-the-official-release">Option 1. Install the official release</h3>
<p>The official release of <code>you-get</code> is distributed on <a href="https://pypi.python.org/pypi">PyPI</a>, and can be installed easily from a PyPI mirror via the <a href="https://en.wikipedia.org/wiki/Pip_(package_manager)">pip</a> package manager. Note that you must use the Python 3 version of <code>pip</code>:</p>
<h3 id="option-1-install-via-pip">Option 1: Install via pip</h3>
<p>The official release of <code>you-get</code> is distributed on <a href="https://pypi.python.org/pypi/you-get">PyPI</a>, and can be installed easily from a PyPI mirror via the <a href="https://en.wikipedia.org/wiki/Pip_(package_manager)">pip</a> package manager. Note that you must use the Python 3 version of <code>pip</code>:</p>
<pre><code>$ pip3 install you-get</code></pre>
<h3 id="option-2.-download-from-github">Option 2. Download from GitHub</h3>
<h3 id="option-2-use-a-pre-built-package-windows-only">Option 2: Use a pre-built package (Windows only)</h3>
<p>Download the <code>exe</code> (standalone) or <code>7z</code> (all dependencies included) from: <a href="https://github.com/soimort/you-get/releases/latest" class="uri">https://github.com/soimort/you-get/releases/latest</a>.</p>
<h3 id="option-3-download-from-github">Option 3: Download from GitHub</h3>
<p>You may either download the <a href="https://github.com/soimort/you-get/archive/master.zip">stable</a> (identical with the latest release on PyPI) or the <a href="https://github.com/soimort/you-get/archive/develop.zip">develop</a> (more hotfixes, unstable features) branch of <code>you-get</code>. Unzip it, and put the directory containing the <code>you-get</code> script into your <code>PATH</code>.</p>
<p>Alternatively, run</p>
<pre><code>$ make install</code></pre>
<p>to install <code>you-get</code> to a permanent path.</p>
<h3 id="option-3.-git-clone">Option 3. Git clone</h3>
<h3 id="option-4-git-clone">Option 4: Git clone</h3>
<p>This is the recommended way for all developers, even if you don't often code in Python.</p>
<pre><code>$ git clone git://github.com/soimort/you-get.git</code></pre>
<p>Then put the cloned directory into your <code>PATH</code>, or run <code>make install</code> to install <code>you-get</code> to a permanent path.</p>

View File

@ -1,15 +1,15 @@
---
title: You-Get
project-name: You-Get
project-version: 0.4.125
project-version: 0.4.136
project-logo: images/logo.jpg
background: images/background.png
github: soimort/you-get
url: https://you-get.org/
download-url: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.125.tar.gz
download-checksum-type: MD5SUM
download-checksum-data: 317f237ec4af0710ac6307a99261ee1c
download-signature: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.125.tar.gz.asc
download-url: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.136.tar.gz
download-checksum-type: SHA1SUM
download-checksum-data: d99c7d6fa3ed615271e6b2a871f8e7cd103a27e6
download-signature: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.136.tar.gz.asc
---
# You-Get
@ -57,17 +57,23 @@ Are you a Python programmer? Then check out [the source](https://github.com/soim
### Prerequisites
The following dependencies are required and must be installed separately, unless you are using a pre-built package on Windows:
* **[Python 3](https://www.python.org/downloads/)**
* **[FFmpeg](https://www.ffmpeg.org/)** (strongly recommended) or [Libav](https://libav.org/)
* (Optional) [RTMPDump](https://rtmpdump.mplayerhq.hu/)
### Option 1. Install the official release
### Option 1: Install via pip
The official release of `you-get` is distributed on [PyPI](https://pypi.python.org/pypi), and can be installed easily from a PyPI mirror via the [pip](https://en.wikipedia.org/wiki/Pip_\(package_manager\)) package manager. Note that you must use the Python 3 version of `pip`:
The official release of `you-get` is distributed on [PyPI](https://pypi.python.org/pypi/you-get), and can be installed easily from a PyPI mirror via the [pip](https://en.wikipedia.org/wiki/Pip_\(package_manager\)) package manager. Note that you must use the Python 3 version of `pip`:
$ pip3 install you-get
### Option 2. Download from GitHub
### Option 2: Use a pre-built package (Windows only)
Download the `exe` (standalone) or `7z` (all dependencies included) from: <https://github.com/soimort/you-get/releases/latest>.
### Option 3: Download from GitHub
You may either download the [stable](https://github.com/soimort/you-get/archive/master.zip) (identical with the latest release on PyPI) or the [develop](https://github.com/soimort/you-get/archive/develop.zip) (more hotfixes, unstable features) branch of `you-get`. Unzip it, and put the directory containing the `you-get` script into your `PATH`.
@ -79,7 +85,7 @@ $ make install
to install `you-get` to a permanent path.
### Option 3. Git clone
### Option 4: Git clone
This is the recommended way for all developers, even if you don't often code in Python.