mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Shift completely to urllib2 and mutagen
This commit is contained in:
@@ -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('')
|
||||
|
||||
Reference in New Issue
Block a user