diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py
index 047550386..bfe84b9cf 100644
--- a/beetsplug/lyrics.py
+++ b/beetsplug/lyrics.py
@@ -536,6 +536,8 @@ def _scrape_strip_cruft(html, plain_text_out=False):
html = BREAK_RE.sub("\n", html) #
eats up surrounding '\n'.
html = re.sub(r"(?s)<(script).*?\1>", "", html) # Strip script tags.
html = re.sub("\u2005", " ", html) # replace unicode with regular space
+ html = re.sub("