Shift completely to urllib2 and mutagen

This commit is contained in:
Ritiek
2017-06-15 03:47:34 +05:30
parent 447e011d4f
commit f515cc61ac
2 changed files with 49 additions and 74 deletions

View File

@@ -68,11 +68,6 @@ def fixEncoding(query):
else:
return query.encode('utf-8')
def cleanTemp():
for temp in os.listdir('Music/'):
if temp.endswith('.m4a.temp'):
os.remove('Music/' + temp)
def graceQuit():
print('')
print('')