mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
version 0.3.20
This commit is contained in:
parent
dceede85d3
commit
9df4d108af
@ -1,6 +1,19 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
0.3.20
|
||||
------
|
||||
|
||||
*Date: 2013-08-16*
|
||||
|
||||
* Add support for:
|
||||
- eHow
|
||||
- Khan Academy
|
||||
- TED
|
||||
- 5sing
|
||||
* Fix issues for:
|
||||
- Tudou
|
||||
|
||||
0.3.18
|
||||
------
|
||||
|
||||
|
@ -17,9 +17,12 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
|
||||
* Coursera <https://www.coursera.org>
|
||||
* Blip <http://blip.tv>
|
||||
* Dailymotion <http://dailymotion.com>
|
||||
* eHow <http://www.ehow.com>
|
||||
* Facebook <http://facebook.com>
|
||||
* Google+ <http://plus.google.com>
|
||||
* Google Drive <http://docs.google.com>
|
||||
* Khan Academy <http://www.khanacademy.org>
|
||||
* TED <http://www.ted.com>
|
||||
* Tumblr <http://www.tumblr.com>
|
||||
* Vine <http://vine.co>
|
||||
* Instagram <http://instagram.com>
|
||||
@ -47,6 +50,7 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
|
||||
* Sohu (搜狐视频) <http://tv.sohu.com>
|
||||
* 56 (56网) <http://www.56.com>
|
||||
* Xiami (虾米) <http://www.xiami.com>
|
||||
* 5sing <http://www.5sing.com>
|
||||
* Baidu Music (百度音乐) <http://music.baidu.com>
|
||||
* Baidu Wangpan (百度网盘) <http://pan.baidu.com>
|
||||
* SongTaste <http://www.songtaste.com>
|
||||
@ -235,9 +239,12 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
|
||||
* Coursera <https://www.coursera.org>
|
||||
* Blip <http://blip.tv>
|
||||
* Dailymotion <http://dailymotion.com>
|
||||
* eHow <http://www.ehow.com>
|
||||
* Facebook <http://facebook.com>
|
||||
* Google+ <http://plus.google.com>
|
||||
* Google Drive <http://docs.google.com>
|
||||
* Khan Academy <http://www.khanacademy.org>
|
||||
* TED <http://www.ted.com>
|
||||
* Tumblr <http://www.tumblr.com>
|
||||
* Vine <http://vine.co>
|
||||
* Instagram <http://instagram.com>
|
||||
@ -265,6 +272,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
|
||||
* 搜狐视频 <http://tv.sohu.com>
|
||||
* 56网 <http://www.56.com>
|
||||
* 虾米 <http://www.xiami.com>
|
||||
* 5sing <http://www.5sing.com>
|
||||
* 百度音乐 <http://music.baidu.com>
|
||||
* 百度网盘 <http://pan.baidu.com>
|
||||
* SongTaste <http://www.songtaste.com>
|
||||
|
@ -20,9 +20,12 @@ Supported Sites (As of Now)
|
||||
* Coursera https://www.coursera.org
|
||||
* Blip http://blip.tv
|
||||
* Dailymotion http://dailymotion.com
|
||||
* eHow http://www.ehow.com
|
||||
* Facebook http://facebook.com
|
||||
* Google+ http://plus.google.com
|
||||
* Google Drive http://docs.google.com
|
||||
* Khan Academy http://www.khanacademy.org
|
||||
* TED http://www.ted.com
|
||||
* Tumblr http://www.tumblr.com
|
||||
* Vine http://vine.co
|
||||
* Instagram http://instagram.com
|
||||
@ -50,6 +53,7 @@ Supported Sites (As of Now)
|
||||
* Sohu (搜狐视频) http://tv.sohu.com
|
||||
* 56 (56网) http://www.56.com
|
||||
* Xiami (虾米) http://www.xiami.com
|
||||
* 5sing http://www.5sing.com
|
||||
* Baidu Music (百度音乐) http://music.baidu.com
|
||||
* Baidu Wangpan (百度网盘) http://pan.baidu.com
|
||||
* SongTaste http://www.songtaste.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
__all__ = ['__version__', '__date__']
|
||||
|
||||
__version__ = '0.4.0dev'
|
||||
__date__ = '2013-07-26'
|
||||
__version__ = '0.3.20'
|
||||
__date__ = '2013-08-16'
|
||||
|
Loading…
Reference in New Issue
Block a user