Wow, how did that happen?

This commit is contained in:
Steven Smith 2013-11-03 05:08:09 +08:00
parent 5258e13de2
commit b6ce9b7e50
1 changed files with 1 additions and 1 deletions

View File

@ -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)