diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8a88a2e6..7adc6c59 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,15 @@ Changelog ========= +0.2.2 +----- + +*Date: 2012-09-17* + +* Add danmaku support for AcFun and bilibili. +* Fix issue `#2 `_ and `#4 `_ for YouTube. +* Temporarily fix issue for iQIYI (use .ts instead of .f4v). + 0.2.1 ----- diff --git a/README.md b/README.md index fed9d331..85197cf4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Fork me on GitHub: * MP4 (*.mp4) * FLV (*.flv) * 3GP (*.3gp) +* MPEG-TS (*.ts) ## Installation @@ -214,8 +215,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y * MP4 (*.mp4) * FLV (*.flv) * 3GP (*.3gp) - -对于YouTube,程序将下载画质最高的[编码格式](http://en.wikipedia.org/wiki/Youtube#Quality_and_codecs)。 +* MPEG-TS (*.ts) ## 安装说明 diff --git a/README.txt b/README.txt index 1cc138c9..f758065e 100644 --- a/README.txt +++ b/README.txt @@ -36,6 +36,7 @@ Supported Video Formats * MP4 (\*.mp4) * FLV (\*.flv) * 3GP (\*.3gp) +* MPEG-TS (\*.ts) Installation ------------ diff --git a/you-get.json b/you-get.json index 34a33efd..972fa05b 100644 --- a/you-get.json +++ b/you-get.json @@ -1,7 +1,7 @@ { "name": "you-get", - "version": "0.2.1", - "date": "2012-09-02", + "version": "0.2.2", + "date": "2012-09-17", "author": "Mort Yao", "author_email": "mort.yao@gmail.com", diff --git a/you_get/common.py b/you_get/common.py index cc50c68f..70e8e699 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.1" +__version__ = "0.2.2" force = False