diff --git a/plugin.video.alfa/channels/pelisfox.py b/plugin.video.alfa/channels/pelisfox.py
index 294eea6b..10e6e913 100644
--- a/plugin.video.alfa/channels/pelisfox.py
+++ b/plugin.video.alfa/channels/pelisfox.py
@@ -74,16 +74,15 @@ def lista(item):
itemlist = []
data = httptools.downloadpage(item.url).data
- data = re.sub(r'"|\n|\r|\t| |
|\s{2,}', "", data)
+ data = re.sub(r'\n|\r|\t| |
|\s{2,}', "", data)
if item.seccion != 'actor':
- patron = '
(.*?)<\/p><\/span><\/a><\/li>' + patron = '(?s)
([^<]+)' else: - patron = '
(.*?)<\/p>
(.*?)<\/p>' - matches = re.compile(patron, re.DOTALL).findall(data) - + patron = '(?s)