Merge pull request #172 from blha303/patch-15

soundc.py - Wow, how did that happen?
This commit is contained in:
Luke Rogers 2013-11-10 12:53:55 -08:00
commit b6d1620cec
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)