diff --git a/index.html b/index.html index ac02f81d5f..407aac8871 100644 --- a/index.html +++ b/index.html @@ -116,23 +116,25 @@

Installation

Prerequisites

The following dependencies are recommended:

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
+

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)

+
$ pip install you-get

Option 2: Install via Antigen (for Zsh users)

Add the following line to your .zshrc:

antigen bundle soimort/you-get

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

-
$ [sudo] python3 setup.py install
+
$ cd path/to/you-get
+$ [sudo] python -m pip install .

Or

-
$ python3 setup.py install --user
-

to install you-get to a permanent path.

+
$ cd path/to/you-get
+$ python -m pip install . --user
+

to install you-get to a permanent path. (And don’t omit the dot . representing the current directory)

You can also use the pipenv to install the you-get in the Python virtual environment.

$ pipenv install -e .
 $ pipenv run you-get --version
@@ -140,7 +142,7 @@ 

Option 3: Download from GitHub

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 ./setup.py install to install you-get to a permanent path.

+

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

Option 5: Homebrew (Mac only)

You can install you-get easily via:

$ brew install you-get
@@ -151,11 +153,11 @@

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.

Upgrading

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

-
$ pip3 install --upgrade you-get
+
$ pip install --upgrade you-get

or download the latest release via:

$ you-get https://github.com/soimort/you-get/archive/master.zip

In order to get the latest develop branch without messing up the PIP, you can try:

-
$ pip3 install --upgrade git+https://github.com/soimort/you-get@develop
+
$ pip install --upgrade git+https://github.com/soimort/you-get@develop

Getting Started

Download a video

When you get a video of interest, you might want to use the --info/-i option to see all available quality and formats:

@@ -255,21 +257,16 @@

Download anything else

Size: 0.06 MiB (66482 Bytes) Downloading rms.jpg ... -100.0% ( 0.1/0.1 MB) ├████████████████████████████████████████┤[1/1] 127 kB/s
+ 100% ( 0.1/ 0.1MB) ├████████████████████████████████████████┤[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:

-
$ you-get http://kopasas.tumblr.com/post/69361932517
+
$ you-get https://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
+Title:      [tumblr] tumblr_mxhg13jx4n1sftq6do1_640
 Type:       Portable Network Graphics (image/png)
-Size:       0.51 MiB (536583 Bytes)
+Size:       0.11 MiB (118484 Bytes)
 
-Downloading tumblr_mxhg13jx4n1sftq6do1_1280.png ...
-100.0% (  0.5/0.5  MB) ├████████████████████████████████████████┤[1/1]   22 MB/s
+Downloading [tumblr] tumblr_mxhg13jx4n1sftq6do1_640.png ... + 100% ( 0.1/ 0.1MB) ├████████████████████████████████████████┤[1/1] 22 MB/s

Note: