summaryrefslogtreecommitdiff
path: root/src/lyrics_fetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lyrics_fetcher.h')
-rw-r--r--src/lyrics_fetcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lyrics_fetcher.h b/src/lyrics_fetcher.h
index 046a92f7..dd08939d 100644
--- a/src/lyrics_fetcher.h
+++ b/src/lyrics_fetcher.h
@@ -118,7 +118,7 @@ struct GeniusFetcher : public GoogleLyricsFetcher
virtual const char *name() const override { return "genius.com"; }
protected:
- virtual const char *regex() const override { return "<div class=\"Lyrics__Container.*?\">(.*?)</div>"; }
+ virtual const char *regex() const override { return "<div class=\"[Ll]yrics.*?>(.*?)</div>"; }
};
struct JahLyricsFetcher : public GoogleLyricsFetcher