lyrics fetcher: update justsomelyrics fetcher

This commit is contained in:
Andrzej Rybczak
2014-08-30 12:23:04 +02:00
parent 10ceacea7c
commit d356c9552f

View File

@@ -108,7 +108,7 @@ struct JustSomeLyricsFetcher : public GoogleLyricsFetcher
virtual const char *name() { return "justsomelyrics.com"; } virtual const char *name() { return "justsomelyrics.com"; }
protected: protected:
virtual const char *regex() { return "<p class=\"lyrics\">(.*?)</p>"; } virtual const char *regex() { return "<div class=\"core-left\">(.*?)</div>"; }
}; };
struct AzLyricsFetcher : public GoogleLyricsFetcher struct AzLyricsFetcher : public GoogleLyricsFetcher