mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05: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