mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-27 19:15:53 +00:00
Removed the 'ext' key from the new test's info_dict, as the downloaded entity is a playlist, not a standalone item, and as such, does not have an extension. All tests pass.
This commit is contained in:
parent
44ba62ffd5
commit
c61e62aa7a
@ -53,7 +53,6 @@ class CTVNewsIE(InfoExtractor):
|
|||||||
'info_dict':
|
'info_dict':
|
||||||
{
|
{
|
||||||
'id': '1.6665797',
|
'id': '1.6665797',
|
||||||
'ext': 'mp4',
|
|
||||||
},
|
},
|
||||||
'playlist_mincount': 1,
|
'playlist_mincount': 1,
|
||||||
}]
|
}]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user