PedroHLC / ViewLyricsOpenSearcher

Open searcher for lyrics files (".lrc" and ".txt") , stored in Crintsoft's MiniLyrics server ("ViewLyrics.com").
33 stars 6 forks source link

Fix for wrong urls #1

Closed IvanRF closed 10 years ago

IvanRF commented 10 years ago

In the section "Get full result", inside searchQuery function, you read lines (rd.readLine()) but you don't add the line separator to the String. Thus, in some cases, the urls from the results are wrong. Also, you should use "UTF-8" as the charsetName for the InputStreamReader, since the XML returned from the server has that encoding.