diff --git a/channels/dreamsub.py b/channels/dreamsub.py index 0a38ed23..e575ee3f 100644 --- a/channels/dreamsub.py +++ b/channels/dreamsub.py @@ -162,7 +162,7 @@ def categorie(item): matches = re.compile(patron, re.DOTALL).findall(blocco) for value in matches: - url = "%s/genere/%s" % (host, value) + url = host + '/filter?genere=' + value itemlist.append( Item(channel=item.channel, action="serietv",