diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a50f8656..b7de915c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,14 @@ Changelog ========= +0.3.8 +----- + +*Date: 2013-04-05* + +* Add support for: + - Coursera + 0.3.7 ----- diff --git a/README.md b/README.md index c87afafc..14607458 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Fork me on GitHub: * YouTube * Vimeo +* Coursera * Blip * Dailymotion * Facebook @@ -226,6 +227,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y * YouTube * Vimeo +* Coursera * Blip * Dailymotion * Facebook diff --git a/README.txt b/README.txt index 7dc8350b..017ab227 100644 --- a/README.txt +++ b/README.txt @@ -17,6 +17,7 @@ Supported Sites (As of Now) * YouTube http://www.youtube.com * Vimeo http://vimeo.com +* Coursera https://www.coursera.org * Blip http://blip.tv * Dailymotion http://dailymotion.com * Facebook http://facebook.com diff --git a/src/you_get/version.py b/src/you_get/version.py index 879fb3e5..b446d041 100644 --- a/src/you_get/version.py +++ b/src/you_get/version.py @@ -2,5 +2,5 @@ __all__ = ['__version__', '__date__'] -__version__ = '0.3.7' -__date__ = '2013-03-29' +__version__ = '0.3.8' +__date__ = '2013-04-05'