Diálogo selección de canales a buscar

This commit is contained in:
pipcat
2018-09-12 09:34:58 +02:00
parent aaf43eefc3
commit 3a76265a2d
4 changed files with 87 additions and 6 deletions
@@ -89,6 +89,7 @@ def search(item, texto):
logger.info()
texto = texto.replace(" ", "+")
item.url = host + "/search/%s" % texto
if item.contentType == '': item.contentType = 'movie'
try:
return scraper(item)
# Se captura la excepción, para no interrumpir al buscador global si un canal falla