Remove Lyricsmania fetcher as it doesn't work

This commit is contained in:
Andrzej Rybczak
2020-12-13 08:46:32 +01:00
parent ecc2fefa7c
commit 5b6736b543
5 changed files with 2 additions and 13 deletions

View File

@@ -79,14 +79,6 @@ protected:
virtual bool isURLOk(const std::string &url) override;
};
struct LyricsmaniaFetcher : public GoogleLyricsFetcher
{
virtual const char *name() const override { return "lyricsmania.com"; }
protected:
virtual const char *regex() const override { return "<div class=\"lyrics-body\".*?</div>(.*?)</div>"; }
};
struct Sing365Fetcher : public GoogleLyricsFetcher
{
virtual const char *name() const override { return "lyrics007.com"; }