From 90c73e745b6630f648e2417e826bcf6a221d1a12 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Mon, 15 Oct 2012 23:21:29 +0200 Subject: [PATCH] version 0.2.10 --- CHANGELOG.txt | 8 ++++++++ README.md | 2 ++ README.txt | 1 + you-get.json | 4 ++-- you_get/common.py | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dcab5020..33f63acf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,14 @@ Changelog ========= +0.2.10 +------ + +*Date: 2012-10-16* + +* Add support for: + - Google+ + 0.2.9 ----- diff --git a/README.md b/README.md index 682693b7..e286ca12 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Fork me on GitHub: * YouTube * Vimeo * Dailymotion +* Google+ * Youku (优酷) * Tudou (土豆) * YinYueTai (音悦台) @@ -199,6 +200,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y * YouTube * Vimeo * Dailymotion +* Google+ * 优酷 * 土豆 * 音悦台 diff --git a/README.txt b/README.txt index 14c46d92..a11d2231 100644 --- a/README.txt +++ b/README.txt @@ -16,6 +16,7 @@ Supported Sites (As of Now) * YouTube http://www.youtube.com * Vimeo http://vimeo.com * Dailymotion http://dailymotion.com +* Google+ http://plus.google.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 8be9ff60..e19f339b 100644 --- a/you-get.json +++ b/you-get.json @@ -1,7 +1,7 @@ { "name": "you-get", - "version": "0.2.9", - "date": "2012-10-09", + "version": "0.2.10", + "date": "2012-10-16", "author": "Mort Yao", "author_email": "mort.yao@gmail.com", diff --git a/you_get/common.py b/you_get/common.py index 4bb65cfd..44cfceb4 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.9" +__version__ = "0.2.10" dry_run = False force = False