lyrics fetcher: update justsomelyrics fetcher
This commit is contained in:
@@ -108,7 +108,7 @@ struct JustSomeLyricsFetcher : public GoogleLyricsFetcher
|
||||
virtual const char *name() { return "justsomelyrics.com"; }
|
||||
|
||||
protected:
|
||||
virtual const char *regex() { return "<p class=\"lyrics\">(.*?)</p>"; }
|
||||
virtual const char *regex() { return "<div class=\"core-left\">(.*?)</div>"; }
|
||||
};
|
||||
|
||||
struct AzLyricsFetcher : public GoogleLyricsFetcher
|
||||
|
||||
Reference in New Issue
Block a user