mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
version 0.3.22
This commit is contained in:
parent
bf5d2dfbce
commit
8b5ae3a609
@ -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
|
||||
------
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user