From 641ac1fb983a576a04daea770b4d5669720242ec Mon Sep 17 00:00:00 2001 From: bashonly Date: Wed, 30 Apr 2025 02:25:39 -0500 Subject: [PATCH] only return `extractor_key` in playlist entries of type `video` Authored by: bashonly --- yt_dlp/extractor/zdf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yt_dlp/extractor/zdf.py b/yt_dlp/extractor/zdf.py index 89c0490a1e..4418767208 100644 --- a/yt_dlp/extractor/zdf.py +++ b/yt_dlp/extractor/zdf.py @@ -132,7 +132,6 @@ class ZDFBaseIE(InfoExtractor): }) for f in fmts) return { - 'extractor_key': ZDFIE.ie_key(), 'id': content_id, 'duration': duration, 'formats': formats,