diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py index de9e1b313..afd536394 100644 --- a/beetsplug/lyrics.py +++ b/beetsplug/lyrics.py @@ -334,8 +334,8 @@ class LyricsWiki(SymbolsReplaced): # Get the HTML fragment inside the appropriate HTML element and then # extract the text from it. - html_frag = extract_text_in(unescape(html), u"
") - lyrics = scrape_lyrics_from_html(html_frag) + html_frag = extract_text_in(html, u"
") + lyrics = _scrape_strip_cruft(html_frag, True) if lyrics and 'Unfortunately, we are not licensed' not in lyrics: return lyrics