diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py index f75b157c7..39e1502ed 100644 --- a/beetsplug/lyrics.py +++ b/beetsplug/lyrics.py @@ -263,9 +263,8 @@ class MusiXmatch(SymbolsReplaced): html = self.fetch_url(url) if not html: return - lyrics = extract_text_between(html, - '
', - '
') + html_part = html.split('