pengwynn / rdio-cli

CLI for Rdio on Mac
MIT License
101 stars 9 forks source link

add escape for lyrics API #9

Closed mahata closed 11 years ago

mahata commented 11 years ago

http://makeitpersonal.co/lyrics API returns weird results when artist or title parameter has '<' or '>' char. This happens when a user tries to fetch lyrics for songs like "With>You".

This pull request will replace '<' and '>' to single space when a user runs command like rdio lyrics.

pengwynn commented 11 years ago

:metal: