groove-dl icon indicating copy to clipboard operation
groove-dl copied to clipboard

Fix unicode handling

Open sdt opened this issue 11 years ago • 0 comments

Fixes crash when artist or song name contains unicode characters.

Downloads to $songid.mp3 and then renames the file afterwards - avoids unicode issues in the shell command.

For an example of what this fixes, try: groove.py nortt borte

First it'll crash printing the songs, and later will crash trying to spawn wget. This patch fixes both (hopefully correctly, I'm no unicode expert)

sdt avatar Jun 20 '13 02:06 sdt