fix dreamsub categories

This commit is contained in:
mac12m99
2019-05-04 14:30:56 +02:00
parent 643e4b9c98
commit fe13788de2
+1 -1
View File
@@ -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",