diff --git a/yt_dlp/extractor/ciscolive.py b/yt_dlp/extractor/ciscolive.py index a9df964ac..4492d0e7a 100644 --- a/yt_dlp/extractor/ciscolive.py +++ b/yt_dlp/extractor/ciscolive.py @@ -160,7 +160,7 @@ def _entries(self, query, url): else: self.write_debug( 'sectionList[0] exists but has no "items" key. ' - 'Using items, total, and size from root of results (if available).') + 'Using items, total, and size from root of results (if available).') # noqa: Q000 else: self.write_debug('No sectionList found. Using items, total, and size from root of results.')