diff --git a/plugin.video.alfa/channels/seriesblanco.py b/plugin.video.alfa/channels/seriesblanco.py
index be468499..ff6b1a2f 100644
--- a/plugin.video.alfa/channels/seriesblanco.py
+++ b/plugin.video.alfa/channels/seriesblanco.py
@@ -190,6 +190,7 @@ def episodios(item):
episodes = re.findall("
[^'\"]+).+?>(?P.+?).*?(?P.*?) | ", data,
re.MULTILINE | re.DOTALL)
for url, title, flags in episodes:
+ title = title.replace("", "").replace("", "")
idiomas = " ".join(["[%s]" % IDIOMAS.get(language, "OVOS") for language in
re.findall("banderas/([^\.]+)", flags, re.MULTILINE)])
filter_lang = idiomas.replace("[", "").replace("]", "").split(" ")