kingosticks / mopidy-tunein

Mopidy extension for playing music from tunein
Apache License 2.0
65 stars 14 forks source link

Fix the URL encoding as specified in the OPML RadioTime API. #15

Closed lootr closed 9 years ago

lootr commented 9 years ago

The following search query generates an error in urllib module that only accepts encoded strings $ mopidy & $ mpc search any 'é' KeyError: u'\xe9'

This can be easily reproduced with $ python2 -m 'import("urllib").pathname2url(u"é")'

kingosticks commented 9 years ago

Good catch. Travis failed with a line length error but fixed and merged, thanks.