From 043573c8acdcf5858393660dd356f8000f446945 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Tue, 18 Sep 2012 23:47:34 +0200 Subject: [PATCH] version 0.2.4 --- CHANGELOG.txt | 4 ++-- README.md | 24 ++++++++++++++++++------ README.txt | 11 +++++++++-- you-get.json | 2 +- you_get/common.py | 2 +- 5 files changed, 31 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dcb84336..3e380040 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,12 +1,12 @@ Changelog ========= -0.2.3 +0.2.4 ----- *Date: 2012-09-18* -* Use FFmpeg for converting and joining of videos. +* Use FFmpeg for converting and joining video files. * Add '--url' and '--debug' options. 0.2.2 diff --git a/README.md b/README.md index 14ce0c54..a255c2b6 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Fork me on GitHub: * Sohu (搜狐视频) * 56 (56网) +## Dependencies + +* [Python 3](http://www.python.org/download/releases/) +* __(Optional)__ [FFmpeg](http://ffmpeg.org) + * Used for converting and joining video files. + ## Installation ### 1. Install via [Pip](http://www.pip-installer.org/): @@ -87,9 +93,9 @@ Fork me on GitHub: $ you-get -V -### 5. Install from [AUR](http://aur.archlinux.org/) (Arch User Repository): - - +### 5. Install from [AUR (Arch User Repository)](http://aur.archlinux.org/): + + Click [here](https://aur.archlinux.org/packages.php\?ID=62576). ## Examples (For End-Users) @@ -205,6 +211,12 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y * 搜狐视频 * 56网 +## 依赖 + +* [Python 3](http://www.python.org/download/releases/) +* __(可选)__ [FFmpeg](http://ffmpeg.org) + * 用于转换与合并视频文件。 + ## 安装说明 (以下命令格式均以Linux shell为例) @@ -268,9 +280,9 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y $ you-get -V -### 5. 从[AUR](http://aur.archlinux.org/)(Arch User Repository)安装: - - +### 5. 从[AUR (Arch User Repository)](http://aur.archlinux.org/)安装: + + 点击[这里](https://aur.archlinux.org/packages.php\?ID=62576)。 ## 使用方法示例 diff --git a/README.txt b/README.txt index 0bf0d0e2..34eb9961 100644 --- a/README.txt +++ b/README.txt @@ -29,6 +29,13 @@ Supported Sites (As of Now) * Sohu (搜狐视频) http://tv.sohu.com * 56 (56网) http://www.56.com +Dependencies +------------ + +* `Python 3 `_ +* (Optional) `FFmpeg `_ + * Used for converting and joining video files. + Installation ------------ @@ -91,9 +98,9 @@ Installation $ you-get -V -#) Install from `AUR `_ (Arch User Repository):: +#) Install from `AUR (Arch User Repository) `_: - https://aur.archlinux.org/packages.php?ID=62576 + Click `here `_. Examples (For End-Users) ------------------------ diff --git a/you-get.json b/you-get.json index 1891df1f..3f3272c0 100644 --- a/you-get.json +++ b/you-get.json @@ -1,6 +1,6 @@ { "name": "you-get", - "version": "0.2.3", + "version": "0.2.4", "date": "2012-09-18", "author": "Mort Yao", diff --git a/you_get/common.py b/you_get/common.py index 27ab920d..821b564b 100644 --- a/you_get/common.py +++ b/you_get/common.py @@ -8,7 +8,7 @@ import re import sys from urllib import request, parse -__version__ = "0.2.3" +__version__ = "0.2.4" dry_run = False force = False