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"; }
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user