version 0.2.16

This commit is contained in:
Mort Yao 2012-12-01 17:25:33 +01:00
parent b89618d61d
commit eb0b92c45d
5 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,15 @@
Changelog Changelog
========= =========
0.2.16
------
*Date: 2012-12-01*
* Add support for:
- QQ
* Small fixes merged from youku-lixian.
0.2.15 0.2.15
------ ------

View File

@ -24,6 +24,7 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
* iQIYI (爱奇艺) <http://www.iqiyi.com> * iQIYI (爱奇艺) <http://www.iqiyi.com>
* Ku6 (酷6网) <http://www.ku6.com> * Ku6 (酷6网) <http://www.ku6.com>
* PPTV <http://www.pptv.com> * PPTV <http://www.pptv.com>
* QQ (腾讯视频) <http://v.qq.com>
* Sina (新浪视频) <http://video.sina.com.cn> * Sina (新浪视频) <http://video.sina.com.cn>
* Sohu (搜狐视频) <http://tv.sohu.com> * Sohu (搜狐视频) <http://tv.sohu.com>
* 56 (56网) <http://www.56.com> * 56 (56网) <http://www.56.com>
@ -211,6 +212,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
* 爱奇艺 <http://www.iqiyi.com> * 爱奇艺 <http://www.iqiyi.com>
* 酷6网 <http://www.ku6.com> * 酷6网 <http://www.ku6.com>
* PPTV <http://www.pptv.com> * PPTV <http://www.pptv.com>
* 腾讯视频 <http://v.qq.com>
* 新浪视频 <http://video.sina.com.cn> * 新浪视频 <http://video.sina.com.cn>
* 搜狐视频 <http://tv.sohu.com> * 搜狐视频 <http://tv.sohu.com>
* 56网 <http://www.56.com> * 56网 <http://www.56.com>

View File

@ -27,6 +27,7 @@ Supported Sites (As of Now)
* iQIYI (爱奇艺) http://www.iqiyi.com * iQIYI (爱奇艺) http://www.iqiyi.com
* Ku6 (酷6网) http://www.ku6.com * Ku6 (酷6网) http://www.ku6.com
* PPTV http://www.pptv.com * PPTV http://www.pptv.com
* QQ (腾讯视频) http://v.qq.com
* Sina (新浪视频) http://video.sina.com.cn * Sina (新浪视频) http://video.sina.com.cn
* Sohu (搜狐视频) http://tv.sohu.com * Sohu (搜狐视频) http://tv.sohu.com
* 56 (56网) http://www.56.com * 56 (56网) http://www.56.com

View File

@ -1,7 +1,7 @@
{ {
"name": "you-get", "name": "you-get",
"version": "0.2.15", "version": "0.2.16",
"date": "2012-11-30", "date": "2012-12-01",
"author": "Mort Yao", "author": "Mort Yao",
"author_email": "mort.yao@gmail.com", "author_email": "mort.yao@gmail.com",

View File

@ -8,7 +8,7 @@ import re
import sys import sys
from urllib import request, parse from urllib import request, parse
__version__ = "0.2.15" __version__ = "0.2.16"
dry_run = False dry_run = False
force = False force = False