diff --git a/src/lyrics_fetcher.h b/src/lyrics_fetcher.h index aeae0594..8687bd7d 100644 --- a/src/lyrics_fetcher.h +++ b/src/lyrics_fetcher.h @@ -108,7 +108,7 @@ struct JustSomeLyricsFetcher : public GoogleLyricsFetcher virtual const char *name() { return "justsomelyrics.com"; } protected: - virtual const char *regex() { return "

(.*?)

"; } + virtual const char *regex() { return "
(.*?)
"; } }; struct AzLyricsFetcher : public GoogleLyricsFetcher