This commit is contained in:
marco
2021-11-06 14:46:50 +01:00
parent aafb008d5a
commit 06239735f5
4 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ def peliculas(item):
def itemHook(item):
if not sceneTitle:
item.title = item.title.replace('_', ' ')
item.title = support.urlparse.unquote(item.title)
item.title = support.scrapertools.decodeHtmlentities(support.urlparse.unquote(item.title))
return item
if 'search' not in item.args: