From 16a2040470d46fc752952c6e125d3df10198eea4 Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 29 Jul 2020 19:40:08 +0200 Subject: [PATCH] fix ricerca IGDS --- channels/ilgeniodellostreaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/ilgeniodellostreaming.py b/channels/ilgeniodellostreaming.py index 7740b79e..9c754543 100644 --- a/channels/ilgeniodellostreaming.py +++ b/channels/ilgeniodellostreaming.py @@ -130,7 +130,7 @@ def search(item, text): log(text) itemlist = [] text = text.replace(' ', '+') - item.url = host + "/?s=" + text + item.url = host + "/search/" + text try: item.args = 'search' return peliculas(item)