add SongTaste to README

This commit is contained in:
Mort Yao 2013-04-14 18:29:08 +02:00
parent b5999e3f0d
commit 96e3aea4ce
3 changed files with 4 additions and 2 deletions

View File

@ -47,6 +47,7 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
* 56 (56网) <http://www.56.com>
* Xiami (虾米) <http://www.xiami.com>
* Baidu (百度音乐) <http://music.baidu.com>
* SongTaste <http://www.songtaste.com>
## Dependencies
@ -261,7 +262,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
* 56网 <http://www.56.com>
* 虾米 <http://www.xiami.com>
* 百度音乐 <http://music.baidu.com>
* SongTaste <http://www.songtaste.com>
## 依赖

View File

@ -50,6 +50,7 @@ Supported Sites (As of Now)
* 56 (56网) http://www.56.com
* Xiami (虾米) http://www.xiami.com
* Baidu (百度音乐) http://music.baidu.com
* SongTaste http://www.songtaste.com
Dependencies
------------

View File

@ -38,6 +38,6 @@ def songtaste_download(url, output_dir = '.', merge = True, info_only = False):
download_urls([real_url], title, ext, size, output_dir, refer = url, merge = merge, faker = True)
fake_hreaders = old_fake_headers
site_info = "www.songtaste.com"
site_info = "SongTaste.com"
download = songtaste_download
download_playlist = playlist_not_supported('songtaste')