fix ricerca IGDS
This commit is contained in:
@@ -130,7 +130,7 @@ def search(item, text):
|
|||||||
log(text)
|
log(text)
|
||||||
itemlist = []
|
itemlist = []
|
||||||
text = text.replace(' ', '+')
|
text = text.replace(' ', '+')
|
||||||
item.url = host + "/?s=" + text
|
item.url = host + "/search/" + text
|
||||||
try:
|
try:
|
||||||
item.args = 'search'
|
item.args = 'search'
|
||||||
return peliculas(item)
|
return peliculas(item)
|
||||||
|
|||||||
Reference in New Issue
Block a user