diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d3c75e3e..d1ae3709 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,19 @@ Changelog ========= +0.3.20 +------ + +*Date: 2013-08-16* + +* Add support for: + - eHow + - Khan Academy + - TED + - 5sing +* Fix issues for: + - Tudou + 0.3.18 ------ diff --git a/README.md b/README.md index c8f6bf05..52d5d30c 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,12 @@ Fork me on GitHub: * Coursera * Blip * Dailymotion +* eHow * Facebook * Google+ * Google Drive +* Khan Academy +* TED * Tumblr * Vine * Instagram @@ -47,6 +50,7 @@ Fork me on GitHub: * Sohu (搜狐视频) * 56 (56网) * Xiami (虾米) +* 5sing * Baidu Music (百度音乐) * Baidu Wangpan (百度网盘) * SongTaste @@ -235,9 +239,12 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y * Coursera * Blip * Dailymotion +* eHow * Facebook * Google+ * Google Drive +* Khan Academy +* TED * Tumblr * Vine * Instagram @@ -265,6 +272,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y * 搜狐视频 * 56网 * 虾米 +* 5sing * 百度音乐 * 百度网盘 * SongTaste diff --git a/README.txt b/README.txt index c544103a..7bd8a1ee 100644 --- a/README.txt +++ b/README.txt @@ -20,9 +20,12 @@ Supported Sites (As of Now) * Coursera https://www.coursera.org * Blip http://blip.tv * Dailymotion http://dailymotion.com +* eHow http://www.ehow.com * Facebook http://facebook.com * Google+ http://plus.google.com * Google Drive http://docs.google.com +* Khan Academy http://www.khanacademy.org +* TED http://www.ted.com * Tumblr http://www.tumblr.com * Vine http://vine.co * Instagram http://instagram.com @@ -50,6 +53,7 @@ Supported Sites (As of Now) * Sohu (搜狐视频) http://tv.sohu.com * 56 (56网) http://www.56.com * Xiami (虾米) http://www.xiami.com +* 5sing http://www.5sing.com * Baidu Music (百度音乐) http://music.baidu.com * Baidu Wangpan (百度网盘) http://pan.baidu.com * SongTaste http://www.songtaste.com diff --git a/src/you_get/version.py b/src/you_get/version.py index b784683f..ee61648a 100644 --- a/src/you_get/version.py +++ b/src/you_get/version.py @@ -1,5 +1,5 @@ #!/usr/bin/env python __all__ = ['__version__', '__date__'] -__version__ = '0.4.0dev' -__date__ = '2013-07-26' +__version__ = '0.3.20' +__date__ = '2013-08-16'