From 4cab1c68e4d2eb0b3b2aa66429a94e8ade3118b8 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 27 Jul 2020 09:16:00 +0200 Subject: [PATCH] Fix Ricerca Metalvideo --- channels/metalvideo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/metalvideo.py b/channels/metalvideo.py index 623672c6..253ab0ae 100644 --- a/channels/metalvideo.py +++ b/channels/metalvideo.py @@ -57,7 +57,7 @@ def findvideos(item): def search(item, text): support.log(text) - url = host + '/search.php?keywords=' + text + '&video-id=' + item.url = host + '/search.php?keywords=' + text + '&video-id=' try: return peliculas(item) # Continua la ricerca in caso di errore