mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
version 0.3.23
This commit is contained in:
parent
84c70fa657
commit
5afdf2661a
@ -1,6 +1,16 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.3.23
|
||||||
|
------
|
||||||
|
|
||||||
|
*Date: 2013-10-23*
|
||||||
|
|
||||||
|
* Support YouTube playlists
|
||||||
|
* Support general short URLs
|
||||||
|
* Fix issues for:
|
||||||
|
- Sina
|
||||||
|
|
||||||
0.3.22
|
0.3.22
|
||||||
------
|
------
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
__all__ = ['__version__', '__date__']
|
__all__ = ['__version__', '__date__']
|
||||||
|
|
||||||
__version__ = '0.3.22'
|
__version__ = '0.3.23'
|
||||||
__date__ = '2013-10-18'
|
__date__ = '2013-10-23'
|
||||||
|
Loading…
Reference in New Issue
Block a user