version 0.3.6

This commit is contained in:
Mort Yao 2013-03-22 04:37:28 +01:00
parent 9027ed92e0
commit 7476f2ab5d
4 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,16 @@
Changelog
=========
0.3.6
-----
*Date: 2013-03-22*
* Add support for:
- Vine
* Fix issue for:
- YouTube
0.3.5
-----

View File

@ -19,6 +19,7 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
* Facebook <http://facebook.com>
* Google+ <http://plus.google.com>
* Tumblr <http://www.tumblr.com>
* Vine <http://vine.co>
* SoundCloud <http://soundcloud.com>
* Mixcloud <http://www.mixcloud.com>
* JPopsuki <http://jpopsuki.tv>
@ -243,6 +244,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
* Facebook <http://facebook.com>
* Google+ <http://plus.google.com>
* Tumblr <http://www.tumblr.com>
* Vine <http://vine.co>
* SoundCloud <http://soundcloud.com>
* Mixcloud <http://www.mixcloud.com>
* JPopsuki <http://jpopsuki.tv>

View File

@ -22,6 +22,7 @@ Supported Sites (As of Now)
* Facebook http://facebook.com
* Google+ http://plus.google.com
* Tumblr http://www.tumblr.com
* Vine http://vine.co
* SoundCloud http://soundcloud.com
* Mixcloud http://www.mixcloud.com
* JPopsuki http://jpopsuki.tv

View File

@ -2,5 +2,5 @@
__all__ = ['__version__', '__date__']
__version__ = '0.3.5'
__date__ = '2013-03-15'
__version__ = '0.3.6'
__date__ = '2013-03-22'