diff --git a/index.html b/index.html index b35c774d..fe2fdde8 100644 --- a/index.html +++ b/index.html @@ -27,12 +27,12 @@

You-Get

-

version 0.4.125

+

version 0.4.136

Star - Download + Download
- MD5SUM - PGP SIGNATURE + SHA1SUM + PGP SIGNATURE
@@ -91,20 +91,23 @@ Downloading TEDxGE2014_Stallman05_LQ.webm ...

Installation

Prerequisites

+

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

-

Option 1. Install the official release

-

The official release of you-get is distributed on PyPI, and can be installed easily from a PyPI mirror via the pip package manager. Note that you must use the Python 3 version of pip:

+

Option 1: Install via pip

+

The official release of you-get is distributed on PyPI, and can be installed easily from a PyPI mirror via the pip 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 (identical with the latest release on PyPI) or the develop (more hotfixes, unstable features) branch of you-get. Unzip it, and put the directory containing the you-get script into your PATH.

Alternatively, run

$ 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.

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

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

diff --git a/index.md b/index.md index 72c59b93..d81e7b90 100644 --- a/index.md +++ b/index.md @@ -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: . + +### 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.