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