fix vidmoly su altadefinizioneclick

This commit is contained in:
marco
2020-05-22 23:08:46 +02:00
parent 3bd87a904e
commit 082086e3e8
2 changed files with 6 additions and 3 deletions

View File

@@ -139,4 +139,6 @@ def findvideos(item):
return support.hdpass_get_servers(item)
def play(item):
return support.hdpass_get_url(item)
if 'hdpass' in item.url:
return support.hdpass_get_url(item)
return [item]