From 92c5937fe2943e30e7a312843d42d794d97ef0ca Mon Sep 17 00:00:00 2001 From: Brian Hartsfield Date: Tue, 17 Jun 2025 12:03:52 -0400 Subject: [PATCH] remove blankline --- yt_dlp/extractor/ciscolive.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yt_dlp/extractor/ciscolive.py b/yt_dlp/extractor/ciscolive.py index e86a257486..37df7ba0fc 100644 --- a/yt_dlp/extractor/ciscolive.py +++ b/yt_dlp/extractor/ciscolive.py @@ -145,7 +145,6 @@ def _entries(self, query, url): write_string(json.dumps(results, indent=2) + '\n\n') sl = traverse_obj(results, ('sectionList', 0, {dict})) - items_data_source = results source_name_for_debug = 'root of results'