1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-21 00:25:42 +07:00

[vgtv] update tests and correct format sorting

This commit is contained in:
remitamine
2015-12-22 15:54:51 +01:00
parent d50116b8ac
commit 3b68efdc6a
2 changed files with 22 additions and 11 deletions

View File

@@ -93,7 +93,7 @@ def _extract_video_info(self, partner_id, video_id):
formats.append({
'url': link.get('href'),
'format_id': link.get('rel'),
'preference': 2,
'preference': 1,
})
thumbnails = [{