|
|
|
@ -38,7 +38,6 @@ LyricsFetcher *lyricsPlugins[] = |
|
|
|
new LyricstimeFetcher(), |
|
|
|
new LyricstimeFetcher(), |
|
|
|
new MetrolyricsFetcher(), |
|
|
|
new MetrolyricsFetcher(), |
|
|
|
new LyrcComArFetcher(), |
|
|
|
new LyrcComArFetcher(), |
|
|
|
new LyricsflyFetcher(), |
|
|
|
|
|
|
|
0 |
|
|
|
0 |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
@ -140,14 +139,6 @@ bool LyricwikiFetcher::notLyrics(const std::string &data) |
|
|
|
return data.find("action=edit") != std::string::npos; |
|
|
|
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) |
|
|
|
LyricsFetcher::Result GoogleLyricsFetcher::fetch(const std::string &artist, const std::string &title) |
|
|
|
|