mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-05-17 16:32:55 +00: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