Possible fix: windows encoding

master
flyingrub 2015-01-19 19:35:47 +01:00
parent c2f807a16e
commit 862ab534b9
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ def download_track(track):
log('', strverbosity=1)
return
title = track.title
title = title.replace("", "-")
title = title.encode('utf-8', 'ignore')
log("Downloading " + title, strverbosity=1)
#filename