def play(item): return support.hdpass_get_url(item)
def play(item): if 'hdpass' in item.url: return support.hdpass_get_url(item) return [item]