mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
Fix YouTubeDL test
This commit is contained in:
parent
dd508b7c4f
commit
646e17a53d
@ -62,10 +62,10 @@ def test_prefer_free_formats(self):
|
|||||||
|
|
||||||
def test_format_limit(self):
|
def test_format_limit(self):
|
||||||
formats = [
|
formats = [
|
||||||
{u'format_id': u'meh'},
|
{u'format_id': u'meh', u'url': u'http://example.com/meh'},
|
||||||
{u'format_id': u'good'},
|
{u'format_id': u'good', u'url': u'http://example.com/good'},
|
||||||
{u'format_id': u'great'},
|
{u'format_id': u'great', u'url': u'http://example.com/great'},
|
||||||
{u'format_id': u'excellent'},
|
{u'format_id': u'excellent', u'url': u'http://example.com/exc'},
|
||||||
]
|
]
|
||||||
info_dict = {
|
info_dict = {
|
||||||
u'formats': formats, u'extractor': u'test', 'id': 'testvid'}
|
u'formats': formats, u'extractor': u'test', 'id': 'testvid'}
|
||||||
|
Loading…
Reference in New Issue
Block a user