From d9d35bae07f5cedecf76d00423d01c89e6446d2c Mon Sep 17 00:00:00 2001 From: c-basalt <117849907+c-basalt@users.noreply.github.com> Date: Sat, 17 May 2025 10:36:21 -0400 Subject: [PATCH] ruff --- yt_dlp/jsinterp/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/jsinterp/common.py b/yt_dlp/jsinterp/common.py index 6cea096185..0147d5b756 100644 --- a/yt_dlp/jsinterp/common.py +++ b/yt_dlp/jsinterp/common.py @@ -252,7 +252,7 @@ def report_note(self, video_id, note): self.to_screen(f'{format_field(video_id, None, "%s: ")}{note}') def report_version(self): - pass + return @classmethod def supports_extractor(cls, ie_key: str):