lyrics fetcher: remove lyricsfly.com support

I'll take not answering for a week my e-mail with
request for permanent  userid key as "no".
This commit is contained in:
Andrzej Rybczak
2010-08-16 15:35:34 +02:00
parent 1b98b02659
commit de084e70bf
2 changed files with 0 additions and 21 deletions

View File

@@ -38,7 +38,6 @@ LyricsFetcher *lyricsPlugins[] =
new LyricstimeFetcher(),
new MetrolyricsFetcher(),
new LyrcComArFetcher(),
new LyricsflyFetcher(),
0
};
@@ -140,14 +139,6 @@ bool LyricwikiFetcher::notLyrics(const std::string &data)
return data.find("action=edit") != std::string::npos;
}
/***********************************************************************/
void LyricsflyFetcher::postProcess(std::string &data)
{
Replace(data, "[br]", "\n");
LyricsFetcher::postProcess(data);
}
/**********************************************************************/
LyricsFetcher::Result GoogleLyricsFetcher::fetch(const std::string &artist, const std::string &title)