From b03ff088b6b1a8840e11bd449889dee27cbbb0c6 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Fri, 14 Feb 2014 22:35:40 +0100 Subject: [PATCH] Update README to reflect merge of #297 --- README.md | 35 ++++++++++++++++++----------------- README.txt | 35 ++++++++++++++++++----------------- 2 files changed, 36 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 52763e48..996d8390 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ __中文说明__已移至[wiki](https://github.com/soimort/you-get/wiki/%E4%B8%A * Tumblr * Vine * Instagram +* Magisto * SoundCloud * Mixcloud * Freesound @@ -71,44 +72,44 @@ __中文说明__已移至[wiki](https://github.com/soimort/you-get/wiki/%E4%B8%A ### 1. Install via Pip: $ [sudo] pip install you-get - + Check if the installation was successful: - + $ you-get -V ### 2. Install from Git: $ git clone git://github.com/soimort/you-get.git - + Use the raw script without installation: - + $ cd you-get/ $ ./you-get -V - + To install the package into the system path, execute: - + $ make install - + Check if the installation was successful: - + $ you-get -V ### 3. Direct download (from ): - + $ wget -O you-get.zip https://github.com/soimort/you-get/zipball/master $ unzip you-get.zip - + Use the raw script without installation: - + $ cd soimort-you-get-*/ $ ./you-get -V - + To install the package into the system path, execute: - + $ make install - + Check if the installation was successful: - + $ you-get -V ### 4. Install from your distro's repo: @@ -161,11 +162,11 @@ For a complete list of all available options, see: $ you-get --help Usage: you-get [OPTION]... [URL]... - + Startup options: -V | --version Display the version and exit. -h | --help Print this help and exit. - + Download options (use with URLs): -f | --force Force overwriting existed files. -i | --info Display the information of videos without downloading. diff --git a/README.txt b/README.txt index 5e259da9..a2f17c2d 100644 --- a/README.txt +++ b/README.txt @@ -31,6 +31,7 @@ Supported Sites (As of Now) * Tumblr http://www.tumblr.com * Vine http://vine.co * Instagram http://instagram.com +* Magisto http://www.magisto.com * SoundCloud http://soundcloud.com * Mixcloud http://www.mixcloud.com * Freesound http://www.freesound.org @@ -76,44 +77,44 @@ Installation #) Install via Pip:: $ [sudo] pip install you-get - + Check if the installation was successful:: - + $ you-get -V #) Install from Git:: $ git clone git://github.com/soimort/you-get.git - + Use the raw script without installation:: - + $ cd you-get/ $ ./you-get -V - + To install the package into the system path, execute:: - + $ make install - + Check if the installation was successful:: - + $ you-get -V #) Direct download:: - + $ wget -O you-get.zip https://github.com/soimort/you-get/zipball/master $ unzip you-get.zip - + Use the raw script without installation:: - + $ cd soimort-you-get-*/ $ ./you-get -V - + To install the package into the system path, execute:: - + $ make install - + Check if the installation was successful:: - + $ you-get -V #) Install from your distro's repo: @@ -169,11 +170,11 @@ For a complete list of all available options, see:: $ you-get --help Usage: you-get [OPTION]... [URL]... - + Startup options: -V | --version Display the version and exit. -h | --help Print this help and exit. - + Download options (use with URLs): -f | --force Force overwriting existed files. -i | --info Display the information of videos without downloading.