From 4a695c096cb07ed5e20b6193d11c9931eafd89b8 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sat, 13 Jul 2019 18:38:18 +0200 Subject: [PATCH] Fix Ricerca per Altadefinizione01 --- channels/altadefinizione01.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/channels/altadefinizione01.py b/channels/altadefinizione01.py index dd186a5e..218d7e6d 100644 --- a/channels/altadefinizione01.py +++ b/channels/altadefinizione01.py @@ -82,10 +82,7 @@ def search(item, texto): item.url = "%s/index.php?do=search&story=%s&subaction=search" % ( host, texto) try: - if item.extra == "movie": - return subIta(item) - if item.extra == "tvshow": - return peliculas_tv(item) + return peliculas(item) # Continua la ricerca in caso di errore except: import sys