From b6ce9b7e506d50a84159e1f7f632b58c06ad46ad Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Sun, 3 Nov 2013 05:08:09 +0800 Subject: [PATCH] Wow, how did that happen? --- plugins/soundcloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/soundcloud.py b/plugins/soundcloud.py index f2e3a5d..034a2f5 100644 --- a/plugins/soundcloud.py +++ b/plugins/soundcloud.py @@ -21,7 +21,7 @@ def soundcloud(url, api_key): url = web.try_isgd(data['permalink_url']) - return u"SoundCloud track: \x02{}\x02 by \x02{}user\x02 {}{}- {} plays, {} downloads, {} comments - {}".format( + return u"SoundCloud track: \x02{}\x02 by \x02{}\x02 {}{}- {} plays, {} downloads, {} comments - {}".format( data['title'], data['user']['username'], desc, genre, data['playback_count'], data['download_count'], data['comment_count'], url)