diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3e380040..9d4d71c6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,14 @@ Changelog ========= +0.2.5 +----- + +*Date: 2012-09-25* + +* Add support for: + - Dailymotion + 0.2.4 ----- diff --git a/README.md b/README.md index a255c2b6..682693b7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Fork me on GitHub: * YouTube * Vimeo +* Dailymotion * Youku (优酷) * Tudou (土豆) * YinYueTai (音悦台) @@ -197,6 +198,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y * YouTube * Vimeo +* Dailymotion * 优酷 * 土豆 * 音悦台 diff --git a/README.txt b/README.txt index 34eb9961..14c46d92 100644 --- a/README.txt +++ b/README.txt @@ -15,6 +15,7 @@ Supported Sites (As of Now) * YouTube http://www.youtube.com * Vimeo http://vimeo.com +* Dailymotion http://dailymotion.com * Youku (优酷) http://www.youku.com * Tudou (土豆) http://www.tudou.com * YinYueTai (音悦台) http://www.yinyuetai.com diff --git a/you-get.json b/you-get.json index 3f3272c0..7f590da8 100644 --- a/you-get.json +++ b/you-get.json @@ -1,7 +1,7 @@ { "name": "you-get", - "version": "0.2.4", - "date": "2012-09-18", + "version": "0.2.5", + "date": "2012-09-25", "author": "Mort Yao", "author_email": "mort.yao@gmail.com", diff --git a/you_get/common.py b/you_get/common.py index 821b564b..8eb35cf2 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.4" +__version__ = "0.2.5" dry_run = False force = False