From fe13788de2872c65384880c530946283412da949 Mon Sep 17 00:00:00 2001 From: mac12m99 Date: Sat, 4 May 2019 14:30:56 +0200 Subject: [PATCH] fix dreamsub categories --- channels/dreamsub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",