version 0.3.2

This commit is contained in:
Mort Yao 2013-02-22 00:24:27 +01:00
parent b2540354f7
commit c4a8798985
3 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,15 @@
Changelog
=========
0.3.2
-----
*Date: 2013-02-22*
* Add support for:
- JPopsuki
* Fix issue for Xiami.
0.3.1
-----

View File

@ -1,4 +1,4 @@
# You-Get
# You-Get [![Build Status](https://api.travis-ci.org/soimort/you-get.png)](https://travis-ci.org/soimort/you-get)
[You-Get](https://github.com/soimort/you-get) is a video downloader runs on Python 3. It aims at easing the download of videos on [YouTube](http://www.youtube.com), [Youku](http://www.youku.com)/[Tudou](http://www.tudou.com) (biggest online video providers in China), [ Niconico](http://www.nicovideo.jp), etc., in one script.
@ -6,8 +6,6 @@ See the project homepage <http://www.soimort.org/you-get> for further documentat
Fork me on GitHub: <https://github.com/soimort/you-get>
[![Build Status](https://api.travis-ci.org/soimort/you-get.png)](https://travis-ci.org/soimort/you-get)
## Features
### Supported Sites (As of Now)

View File

@ -2,5 +2,5 @@
__all__ = ['__version__', '__date__']
__version__ = '0.3.1'
__date__ = '2013-02-15'
__version__ = '0.3.2'
__date__ = '2013-02-22'