Update README to reflect merge of #297

This commit is contained in:
Mort Yao 2014-02-14 22:35:40 +01:00
parent 050b8a577d
commit b03ff088b6
2 changed files with 36 additions and 34 deletions

View File

@ -28,6 +28,7 @@ __中文说明__已移至[wiki](https://github.com/soimort/you-get/wiki/%E4%B8%A
* Tumblr <http://www.tumblr.com> * Tumblr <http://www.tumblr.com>
* Vine <http://vine.co> * Vine <http://vine.co>
* Instagram <http://instagram.com> * Instagram <http://instagram.com>
* Magisto <http://www.magisto.com>
* SoundCloud <http://soundcloud.com> * SoundCloud <http://soundcloud.com>
* Mixcloud <http://www.mixcloud.com> * Mixcloud <http://www.mixcloud.com>
* Freesound <http://www.freesound.org> * Freesound <http://www.freesound.org>
@ -71,44 +72,44 @@ __中文说明__已移至[wiki](https://github.com/soimort/you-get/wiki/%E4%B8%A
### 1. Install via Pip: ### 1. Install via Pip:
$ [sudo] pip install you-get $ [sudo] pip install you-get
Check if the installation was successful: Check if the installation was successful:
$ you-get -V $ you-get -V
### 2. Install from Git: ### 2. Install from Git:
$ git clone git://github.com/soimort/you-get.git $ git clone git://github.com/soimort/you-get.git
Use the raw script without installation: Use the raw script without installation:
$ cd you-get/ $ cd you-get/
$ ./you-get -V $ ./you-get -V
To install the package into the system path, execute: To install the package into the system path, execute:
$ make install $ make install
Check if the installation was successful: Check if the installation was successful:
$ you-get -V $ you-get -V
### 3. Direct download (from <https://github.com/soimort/you-get/zipball/master>): ### 3. Direct download (from <https://github.com/soimort/you-get/zipball/master>):
$ wget -O you-get.zip https://github.com/soimort/you-get/zipball/master $ wget -O you-get.zip https://github.com/soimort/you-get/zipball/master
$ unzip you-get.zip $ unzip you-get.zip
Use the raw script without installation: Use the raw script without installation:
$ cd soimort-you-get-*/ $ cd soimort-you-get-*/
$ ./you-get -V $ ./you-get -V
To install the package into the system path, execute: To install the package into the system path, execute:
$ make install $ make install
Check if the installation was successful: Check if the installation was successful:
$ you-get -V $ you-get -V
### 4. Install from your distro's repo: ### 4. Install from your distro's repo:
@ -161,11 +162,11 @@ For a complete list of all available options, see:
$ you-get --help $ you-get --help
Usage: you-get [OPTION]... [URL]... Usage: you-get [OPTION]... [URL]...
Startup options: Startup options:
-V | --version Display the version and exit. -V | --version Display the version and exit.
-h | --help Print this help and exit. -h | --help Print this help and exit.
Download options (use with URLs): Download options (use with URLs):
-f | --force Force overwriting existed files. -f | --force Force overwriting existed files.
-i | --info Display the information of videos without downloading. -i | --info Display the information of videos without downloading.

View File

@ -31,6 +31,7 @@ Supported Sites (As of Now)
* Tumblr http://www.tumblr.com * Tumblr http://www.tumblr.com
* Vine http://vine.co * Vine http://vine.co
* Instagram http://instagram.com * Instagram http://instagram.com
* Magisto http://www.magisto.com
* SoundCloud http://soundcloud.com * SoundCloud http://soundcloud.com
* Mixcloud http://www.mixcloud.com * Mixcloud http://www.mixcloud.com
* Freesound http://www.freesound.org * Freesound http://www.freesound.org
@ -76,44 +77,44 @@ Installation
#) Install via Pip:: #) Install via Pip::
$ [sudo] pip install you-get $ [sudo] pip install you-get
Check if the installation was successful:: Check if the installation was successful::
$ you-get -V $ you-get -V
#) Install from Git:: #) Install from Git::
$ git clone git://github.com/soimort/you-get.git $ git clone git://github.com/soimort/you-get.git
Use the raw script without installation:: Use the raw script without installation::
$ cd you-get/ $ cd you-get/
$ ./you-get -V $ ./you-get -V
To install the package into the system path, execute:: To install the package into the system path, execute::
$ make install $ make install
Check if the installation was successful:: Check if the installation was successful::
$ you-get -V $ you-get -V
#) Direct download:: #) Direct download::
$ wget -O you-get.zip https://github.com/soimort/you-get/zipball/master $ wget -O you-get.zip https://github.com/soimort/you-get/zipball/master
$ unzip you-get.zip $ unzip you-get.zip
Use the raw script without installation:: Use the raw script without installation::
$ cd soimort-you-get-*/ $ cd soimort-you-get-*/
$ ./you-get -V $ ./you-get -V
To install the package into the system path, execute:: To install the package into the system path, execute::
$ make install $ make install
Check if the installation was successful:: Check if the installation was successful::
$ you-get -V $ you-get -V
#) Install from your distro's repo: #) Install from your distro's repo:
@ -169,11 +170,11 @@ For a complete list of all available options, see::
$ you-get --help $ you-get --help
Usage: you-get [OPTION]... [URL]... Usage: you-get [OPTION]... [URL]...
Startup options: Startup options:
-V | --version Display the version and exit. -V | --version Display the version and exit.
-h | --help Print this help and exit. -h | --help Print this help and exit.
Download options (use with URLs): Download options (use with URLs):
-f | --force Force overwriting existed files. -f | --force Force overwriting existed files.
-i | --info Display the information of videos without downloading. -i | --info Display the information of videos without downloading.