From 52344e42cc573a3c03c003e50e1838ccf1a25515 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Wed, 25 Oct 2017 10:37:17 -0500 Subject: [PATCH] pelismundo: fix filtrado de genero adulto --- plugin.video.alfa/channels/pelismundo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/pelismundo.py b/plugin.video.alfa/channels/pelismundo.py index c87f783f..a2af9cb7 100644 --- a/plugin.video.alfa/channels/pelismundo.py +++ b/plugin.video.alfa/channels/pelismundo.py @@ -124,7 +124,7 @@ def filtro(item): patron += '([^<]+)' matches = scrapertools.find_multiple_matches(bloque, patron) for url, title in matches: - if "eroti33cas" in title and config.get_setting("adult_mode") == 0: + if "eroticas" in title and config.get_setting("adult_mode") == 0: continue itemlist.append(item.clone(action = "peliculas", title = title.title(),