version 0.3.22

This commit is contained in:
Mort Yao 2013-10-18 15:03:01 +02:00
parent bf5d2dfbce
commit 8b5ae3a609
3 changed files with 21 additions and 2 deletions

View File

@ -1,6 +1,23 @@
Changelog
=========
0.3.22
------
*Date: 2013-10-18*
* Fix issues for:
- Baidu
- Bilibili
- JPopsuki TV
- Niconico
- PPTV
- TED
- Tumblr
- YinYueTai
- YouTube
- ...
0.3.21
------

View File

@ -3,6 +3,8 @@ You-Get
.. image:: https://api.travis-ci.org/soimort/you-get.png
.. image:: https://badge.fury.io/py/you-get.png
`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.
See the project homepage http://www.soimort.org/you-get for further documentation.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
__all__ = ['__version__', '__date__']
__version__ = '0.3.21'
__date__ = '2013-08-17'
__version__ = '0.3.22'
__date__ = '2013-10-18'