From 197d0b03b6a3c8fe4fa5ace630eeffec629bf72c Mon Sep 17 00:00:00 2001 From: sepro Date: Mon, 4 Nov 2024 01:33:21 +0100 Subject: [cleanup] Misc (#11347) Closes #11361 Authored by: avagordon01, bashonly, grqz, Grub4K, seproDev Co-authored-by: Ava Gordon Co-authored-by: bashonly Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com> Co-authored-by: Simon Sawicki --- yt_dlp/extractor/err.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/extractor/err.py') diff --git a/yt_dlp/extractor/err.py b/yt_dlp/extractor/err.py index 7896cdbdc..d4139c6f3 100644 --- a/yt_dlp/extractor/err.py +++ b/yt_dlp/extractor/err.py @@ -207,7 +207,7 @@ class ERRJupiterIE(InfoExtractor): **traverse_obj(data, { 'title': ('heading', {str}), 'alt_title': ('subHeading', {str}), - 'description': (('lead', 'body'), {clean_html}, {lambda x: x or None}), + 'description': (('lead', 'body'), {clean_html}, filter), 'timestamp': ('created', {int_or_none}), 'modified_timestamp': ('updated', {int_or_none}), 'release_timestamp': (('scheduleStart', 'publicStart'), {int_or_none}), -- cgit v1.2.3