aggiornati cloudscraper e i link dei canali, fixato guardaserie

This commit is contained in:
marco
2020-03-25 19:50:30 +01:00
parent cd1ea3a76e
commit 97c12e3f11
14 changed files with 108 additions and 166 deletions
+1 -1
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 'http' not in url:
if not url.startswith('http'):
url = 'https:' + url
data = httptools.downloadpage(url).data