Fix Akstream Wstream (risoluzioni in ordine)

This commit is contained in:
Alhaziel
2019-11-16 15:36:48 +01:00
parent 99328cae74
commit 5ecb4e0f0e
2 changed files with 3 additions and 4 deletions

View File

@@ -41,5 +41,4 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
for video_url in video_urls:
logger.info(" %s - %s" % (video_url[0], video_url[1]))
return video_urls
return sorted(video_urls, key=lambda x: x[0].split('x')[1])