lyrics fetcher: strip html tags from lyrics from lyricsfly.com
This commit is contained in:
@@ -143,8 +143,8 @@ bool LyricwikiFetcher::notLyrics(const std::string &data)
|
||||
|
||||
void LyricsflyFetcher::postProcess(std::string &data)
|
||||
{
|
||||
Replace(data, "[br]", "");
|
||||
Trim(data);
|
||||
Replace(data, "[br]", "\n");
|
||||
LyricsFetcher::postProcess(data);
|
||||
}
|
||||
|
||||
/**********************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user