mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
version 0.2.3
This commit is contained in:
parent
05e7b98e2f
commit
f9f8bcde98
@ -1,6 +1,14 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.2.3
|
||||||
|
-----
|
||||||
|
|
||||||
|
*Date: 2012-09-18*
|
||||||
|
|
||||||
|
* Use FFmpeg for converting and joining of videos.
|
||||||
|
* Add '--url' and '--debug' options.
|
||||||
|
|
||||||
0.2.2
|
0.2.2
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
104
README.md
104
README.md
@ -26,14 +26,6 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
|
|||||||
* Sohu (搜狐视频) <http://tv.sohu.com>
|
* Sohu (搜狐视频) <http://tv.sohu.com>
|
||||||
* 56 (56网) <http://www.56.com>
|
* 56 (56网) <http://www.56.com>
|
||||||
|
|
||||||
### Supported Video Formats
|
|
||||||
|
|
||||||
* WebM (*.webm)
|
|
||||||
* MP4 (*.mp4)
|
|
||||||
* FLV (*.flv)
|
|
||||||
* 3GP (*.3gp)
|
|
||||||
* MPEG-TS (*.ts)
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### 1. Install via [Pip](http://www.pip-installer.org/):
|
### 1. Install via [Pip](http://www.pip-installer.org/):
|
||||||
@ -52,7 +44,28 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
|
|||||||
|
|
||||||
$ you-get -V
|
$ you-get -V
|
||||||
|
|
||||||
### 3. Direct download (from <https://github.com/soimort/you-get/zipball/master>):
|
### 3. 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
|
||||||
|
|
||||||
|
Or (on Windows):
|
||||||
|
|
||||||
|
> setup.py install
|
||||||
|
|
||||||
|
Check if the installation was successful:
|
||||||
|
|
||||||
|
$ you-get -V
|
||||||
|
|
||||||
|
### 4. 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
|
||||||
@ -74,26 +87,9 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
|
|||||||
|
|
||||||
$ you-get -V
|
$ you-get -V
|
||||||
|
|
||||||
### 4. Install from Git:
|
### 5. Install from [AUR](http://aur.archlinux.org/) (Arch User Repository):
|
||||||
|
|
||||||
$ git clone git://github.com/soimort/you-get.git
|
|
||||||
|
|
||||||
Use the raw script without installation:
|
<https://aur.archlinux.org/packages.php?ID=62576>
|
||||||
|
|
||||||
$ cd you-get/
|
|
||||||
$ ./you-get -V
|
|
||||||
|
|
||||||
To install the package into the system path, execute:
|
|
||||||
|
|
||||||
$ make install
|
|
||||||
|
|
||||||
Or (on Windows):
|
|
||||||
|
|
||||||
> setup.py install
|
|
||||||
|
|
||||||
Check if the installation was successful:
|
|
||||||
|
|
||||||
$ you-get -V
|
|
||||||
|
|
||||||
## Examples (For End-Users)
|
## Examples (For End-Users)
|
||||||
|
|
||||||
@ -209,14 +205,6 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
|
|||||||
* 搜狐视频 <http://tv.sohu.com>
|
* 搜狐视频 <http://tv.sohu.com>
|
||||||
* 56网 <http://www.56.com>
|
* 56网 <http://www.56.com>
|
||||||
|
|
||||||
### 输出视频格式
|
|
||||||
|
|
||||||
* WebM (*.webm)
|
|
||||||
* MP4 (*.mp4)
|
|
||||||
* FLV (*.flv)
|
|
||||||
* 3GP (*.3gp)
|
|
||||||
* MPEG-TS (*.ts)
|
|
||||||
|
|
||||||
## 安装说明
|
## 安装说明
|
||||||
|
|
||||||
(以下命令格式均以Linux shell为例)
|
(以下命令格式均以Linux shell为例)
|
||||||
@ -237,7 +225,28 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
|
|||||||
|
|
||||||
$ you-get -V
|
$ you-get -V
|
||||||
|
|
||||||
### 3. 直接下载(从<https://github.com/soimort/you-get/zipball/master>):
|
### 3. 从Git安装:
|
||||||
|
|
||||||
|
$ git clone git://github.com/soimort/you-get.git
|
||||||
|
|
||||||
|
在不安装的情况下直接使用脚本:
|
||||||
|
|
||||||
|
$ cd you-get/
|
||||||
|
$ ./you-get -V
|
||||||
|
|
||||||
|
若要将Python package安装到系统默认路径,执行:
|
||||||
|
|
||||||
|
$ make install
|
||||||
|
|
||||||
|
或:(适用于Windows)
|
||||||
|
|
||||||
|
> setup.py install
|
||||||
|
|
||||||
|
检查安装是否成功:
|
||||||
|
|
||||||
|
$ you-get -V
|
||||||
|
|
||||||
|
### 4. 直接下载(从<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
|
||||||
@ -259,26 +268,9 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
|
|||||||
|
|
||||||
$ you-get -V
|
$ you-get -V
|
||||||
|
|
||||||
### 4. 从Git安装:
|
### 5. 从[AUR](http://aur.archlinux.org/)(Arch User Repository)安装:
|
||||||
|
|
||||||
$ git clone git://github.com/soimort/you-get.git
|
|
||||||
|
|
||||||
在不安装的情况下直接使用脚本:
|
<https://aur.archlinux.org/packages.php?ID=62576>
|
||||||
|
|
||||||
$ cd you-get/
|
|
||||||
$ ./you-get -V
|
|
||||||
|
|
||||||
若要将Python package安装到系统默认路径,执行:
|
|
||||||
|
|
||||||
$ make install
|
|
||||||
|
|
||||||
或:(适用于Windows)
|
|
||||||
|
|
||||||
> setup.py install
|
|
||||||
|
|
||||||
检查安装是否成功:
|
|
||||||
|
|
||||||
$ you-get -V
|
|
||||||
|
|
||||||
## 使用方法示例
|
## 使用方法示例
|
||||||
|
|
||||||
|
51
README.txt
51
README.txt
@ -29,15 +29,6 @@ Supported Sites (As of Now)
|
|||||||
* Sohu (搜狐视频) http://tv.sohu.com
|
* Sohu (搜狐视频) http://tv.sohu.com
|
||||||
* 56 (56网) http://www.56.com
|
* 56 (56网) http://www.56.com
|
||||||
|
|
||||||
Supported Video Formats
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* WebM (\*.webm)
|
|
||||||
* MP4 (\*.mp4)
|
|
||||||
* FLV (\*.flv)
|
|
||||||
* 3GP (\*.3gp)
|
|
||||||
* MPEG-TS (\*.ts)
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
@ -57,6 +48,27 @@ Installation
|
|||||||
|
|
||||||
$ you-get -V
|
$ 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
|
||||||
|
|
||||||
|
Or (on Windows)::
|
||||||
|
|
||||||
|
> setup.py install
|
||||||
|
|
||||||
|
Check if the installation was successful::
|
||||||
|
|
||||||
|
$ you-get -V
|
||||||
|
|
||||||
#) Direct download (from https://github.com/soimort/you-get/zipball/master)::
|
#) 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
|
||||||
@ -79,26 +91,9 @@ Installation
|
|||||||
|
|
||||||
$ you-get -V
|
$ you-get -V
|
||||||
|
|
||||||
#) Install from Git::
|
#) Install from `AUR <http://aur.archlinux.org/>`_ (Arch User Repository)::
|
||||||
|
|
||||||
$ git clone git://github.com/soimort/you-get.git
|
https://aur.archlinux.org/packages.php?ID=62576
|
||||||
|
|
||||||
Use the raw script without installation::
|
|
||||||
|
|
||||||
$ cd you-get/
|
|
||||||
$ ./you-get -V
|
|
||||||
|
|
||||||
To install the package into the system path, execute::
|
|
||||||
|
|
||||||
$ make install
|
|
||||||
|
|
||||||
Or (on Windows)::
|
|
||||||
|
|
||||||
> setup.py install
|
|
||||||
|
|
||||||
Check if the installation was successful::
|
|
||||||
|
|
||||||
$ you-get -V
|
|
||||||
|
|
||||||
Examples (For End-Users)
|
Examples (For End-Users)
|
||||||
------------------------
|
------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "you-get",
|
"name": "you-get",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"date": "2012-09-17",
|
"date": "2012-09-18",
|
||||||
|
|
||||||
"author": "Mort Yao",
|
"author": "Mort Yao",
|
||||||
"author_email": "mort.yao@gmail.com",
|
"author_email": "mort.yao@gmail.com",
|
||||||
|
@ -8,7 +8,7 @@ import re
|
|||||||
import sys
|
import sys
|
||||||
from urllib import request, parse
|
from urllib import request, parse
|
||||||
|
|
||||||
__version__ = "0.2.2"
|
__version__ = "0.2.3"
|
||||||
|
|
||||||
dry_run = False
|
dry_run = False
|
||||||
force = False
|
force = False
|
||||||
|
Loading…
Reference in New Issue
Block a user