Skip to content

Commit

Permalink
version 0.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Oct 18, 2013
1 parent bf5d2df commit 8b5ae3a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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
------

Expand Down
2 changes: 2 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/you_get/version.py
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 8b5ae3a

Please sign in to comment.