lyrics fetcher: update lyricwiki fetcher
This commit is contained in:
@@ -126,7 +126,7 @@ LyricsFetcher::Result LyricwikiFetcher::fetch(const std::string &artist, const s
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto lyrics = getContent("<div class='lyricbox'><div class='rtMatcher'>.*?</div>(.*?)<!--", data);
|
auto lyrics = getContent("<div class='lyricbox'><script>.*?</script>(.*?)<!--", data);
|
||||||
|
|
||||||
if (lyrics.empty())
|
if (lyrics.empty())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user