Piccolo fix a ricerca globale

Fix SerietvOnline (no findhost)
Fix Eurostreaming (no findhost)
This commit is contained in:
Alhaziel01
2020-11-27 20:19:02 +01:00
parent c5c1bb2221
commit 88f23ef43d
6 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ def findhost(url):
host = 'https://'+permUrl['location'].replace('https://www.google.it/search?q=site:', '')
return host
host = support.config.get_channel_url(findhost)
host = support.config.get_channel_url()
headers = [['Referer', host]]
@support.menu