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

@@ -72,18 +72,6 @@ struct LyricwikiFetcher : public LyricsFetcher
virtual bool notLyrics(const std::string &data);
};
struct LyricsflyFetcher : public LyricsFetcher
{
virtual const char *name() { return "lyricsfly.com"; }
protected:
virtual const char *getURL() { return "http://api.lyricsfly.com/api/api.php?i=1b76e55254f5f22ae-temporary.API.access&a=%artist%&t=%title%"; }
virtual const char *getOpenTag() { return "<tx>"; }
virtual const char *getCloseTag() { return "</tx>"; }
virtual void postProcess(std::string &data);
};
/**********************************************************************/
struct GoogleLyricsFetcher : public LyricsFetcher