Fix guardaserieclick e ricerca ilgenio

This commit is contained in:
mac12m99
2021-06-23 19:22:46 +02:00
parent e9c561318e
commit 5be564b3e9
2 changed files with 40 additions and 41 deletions

View File

@@ -124,9 +124,9 @@ def genres(item):
def search(item, text):
info(text)
itemlist = []
import uuid
text = text.replace(' ', '+')
item.url = host + '/?a=b&s=' + text
item.url = host + '/?' + uuid.uuid4().hex + '=' + uuid.uuid4().hex + '&s=' + text
try:
item.args = 'search'
return peliculas(item)