fix seriehd, guardaserie e aggiornati link canali

This commit is contained in:
marco
2020-03-25 20:33:50 +01:00
parent 3199fc568e
commit dffd7d52e9
15 changed files with 108 additions and 167 deletions

View File

@@ -61,7 +61,7 @@ def hdpass_get_servers(item):
url = url.replace("&download=1", "")
if 'hdpass' not in url and 'hdplayer' not in url:
return itemlist
if 'https' not in url:
if not url.startswith('http'):
url = 'https:' + url
data = httptools.downloadpage(url).data