fix seriehd
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
|
||||
from core import support
|
||||
from core.item import Item
|
||||
|
||||
host = support.config.get_channel_url()
|
||||
headers = [['Referer', host]]
|
||||
|
||||
@@ -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 'http' not in url:
|
||||
url = 'https:' + url
|
||||
|
||||
data = httptools.downloadpage(url).data
|
||||
|
||||
Reference in New Issue
Block a user