1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-18 14:08:54 +00:00
This commit is contained in:
c-basalt
2025-05-17 10:36:21 -04:00
parent f058874929
commit d9d35bae07

View File

@@ -252,7 +252,7 @@ class JSI(abc.ABC):
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):