mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-12-12 09:02:44 +01:00
[vgtv] update tests and correct format sorting
This commit is contained in:
@@ -93,7 +93,7 @@ class XstreamIE(InfoExtractor):
|
||||
formats.append({
|
||||
'url': link.get('href'),
|
||||
'format_id': link.get('rel'),
|
||||
'preference': 2,
|
||||
'preference': 1,
|
||||
})
|
||||
|
||||
thumbnails = [{
|
||||
|
||||
Reference in New Issue
Block a user