altadefinizioneclick: fix referer (mixdrop)

This commit is contained in:
mac12m99
2021-07-04 14:27:42 +02:00
parent b561d3708f
commit 07e7c550ae
2 changed files with 12 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ def findvideos(item):
support.info('findvideos', item)
return support.hdpass_get_servers(item)
def play(item):
if 'hdpass' in item.url:
return support.hdpass_get_url(item)
return [item]
# def play(item):
# if 'hdpass' in item.url:
# return support.hdpass_get_url(item)
# return [item]