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:
Jackson Humphrey 2024-11-13 17:57:15 -06:00
parent 44ba62ffd5
commit c61e62aa7a

View File

@ -53,7 +53,6 @@ class CTVNewsIE(InfoExtractor):
'info_dict':
{
'id': '1.6665797',
'ext': 'mp4',
},
'playlist_mincount': 1,
}]