lyrics fetcher: update sing365 fetcher

This commit is contained in:
Andrzej Rybczak
2014-08-30 12:11:09 +02:00
parent 48320176a0
commit 3bd7571407
2 changed files with 12 additions and 3 deletions

View File

@@ -100,7 +100,9 @@ struct Sing365Fetcher : public GoogleLyricsFetcher
virtual const char *name() { return "sing365.com"; }
protected:
virtual const char *regex() { return "<div style=\"font-size: 14px;\">(.*?)</div>"; }
virtual const char *regex() { return "<script src=\"//srv.tonefuse.com/showads/showad.js\"></script>(.*?)<script>\n/\\* Sing365 - Below Lyrics"; }
virtual void postProcess(std::string &data);
};
struct JustSomeLyricsFetcher : public GoogleLyricsFetcher