From e458c3380e6e44ef915333ec5be57af6100d9481 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Sat, 17 Oct 2015 14:08:22 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- src/you_get/common.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4385c34c..cfceada1 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Fork me on GitHub: * Sohu (搜狐视频) * SongTaste * SoundCloud -* SunTV (阳光卫视) +* SunTV (阳光卫视) * TED * Tudou (土豆) * Tumblr diff --git a/src/you_get/common.py b/src/you_get/common.py index 6a0f9577..83af3f63 100755 --- a/src/you_get/common.py +++ b/src/you_get/common.py @@ -1138,7 +1138,7 @@ def url_to_module(url): 'soundcloud': soundcloud, 'ted': ted, 'theplatform': theplatform, - "tucao":tucao, + 'tucao': tucao, 'tudou': tudou, 'tumblr': tumblr, 'twitter': twitter,