only return extractor_key in playlist entries of type video

Authored by: bashonly
This commit is contained in:
bashonly 2025-04-30 02:25:39 -05:00
parent ed93080541
commit 641ac1fb98
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -132,7 +132,6 @@ class ZDFBaseIE(InfoExtractor):
}) for f in fmts)
return {
'extractor_key': ZDFIE.ie_key(),
'id': content_id,
'duration': duration,
'formats': formats,