mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
version 0.3.6
This commit is contained in:
parent
9027ed92e0
commit
7476f2ab5d
@ -1,6 +1,16 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
0.3.6
|
||||
-----
|
||||
|
||||
*Date: 2013-03-22*
|
||||
|
||||
* Add support for:
|
||||
- Vine
|
||||
* Fix issue for:
|
||||
- YouTube
|
||||
|
||||
0.3.5
|
||||
-----
|
||||
|
||||
|
@ -19,6 +19,7 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
|
||||
* Facebook <http://facebook.com>
|
||||
* Google+ <http://plus.google.com>
|
||||
* Tumblr <http://www.tumblr.com>
|
||||
* Vine <http://vine.co>
|
||||
* SoundCloud <http://soundcloud.com>
|
||||
* Mixcloud <http://www.mixcloud.com>
|
||||
* JPopsuki <http://jpopsuki.tv>
|
||||
@ -243,6 +244,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
|
||||
* Facebook <http://facebook.com>
|
||||
* Google+ <http://plus.google.com>
|
||||
* Tumblr <http://www.tumblr.com>
|
||||
* Vine <http://vine.co>
|
||||
* SoundCloud <http://soundcloud.com>
|
||||
* Mixcloud <http://www.mixcloud.com>
|
||||
* JPopsuki <http://jpopsuki.tv>
|
||||
|
@ -22,6 +22,7 @@ Supported Sites (As of Now)
|
||||
* Facebook http://facebook.com
|
||||
* Google+ http://plus.google.com
|
||||
* Tumblr http://www.tumblr.com
|
||||
* Vine http://vine.co
|
||||
* SoundCloud http://soundcloud.com
|
||||
* Mixcloud http://www.mixcloud.com
|
||||
* JPopsuki http://jpopsuki.tv
|
||||
|
@ -2,5 +2,5 @@
|
||||
|
||||
__all__ = ['__version__', '__date__']
|
||||
|
||||
__version__ = '0.3.5'
|
||||
__date__ = '2013-03-15'
|
||||
__version__ = '0.3.6'
|
||||
__date__ = '2013-03-22'
|
||||
|
Loading…
Reference in New Issue
Block a user