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
-1
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,