lyrics fetcher: update lyricwiki fetcher

This commit is contained in:
Andrzej Rybczak
2014-08-30 11:34:43 +02:00
parent 597c656630
commit 48320176a0

View File

@@ -126,7 +126,7 @@ LyricsFetcher::Result LyricwikiFetcher::fetch(const std::string &artist, const s
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())
{