Updated software

This commit is contained in:
2018-01-25 17:18:51 -06:00
parent 9e06e0c29e
commit 86cfb3bf94
4 changed files with 26 additions and 27 deletions

View File

@@ -11,6 +11,7 @@ class song(object):
self.duration = ""
self.size = 0
self.url = ""
self.download_url = ""
def format_track(self):
return "{0}. {1}. {2}".format(self.title, self.duration, self.size)