Prova test-suite
This commit is contained in:
@@ -57,7 +57,9 @@ def peliculas(item):
|
||||
def itemHook(item):
|
||||
if not sceneTitle:
|
||||
item.title = item.title.replace('_', ' ')
|
||||
item.fulltitle = item.fulltitle.replace('_', ' ')
|
||||
item.title = support.scrapertools.decodeHtmlentities(support.urlparse.unquote(item.title))
|
||||
|
||||
return item
|
||||
|
||||
if 'search' not in item.args:
|
||||
|
||||
Reference in New Issue
Block a user