From 0d2af92748a69e3262db54224444e72e7a891940 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:18:02 +0000 Subject: [PATCH] fix my own typo --- yt_dlp/extractor/lsm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/lsm.py b/yt_dlp/extractor/lsm.py index 5a54a673cd..93ea2e35da 100644 --- a/yt_dlp/extractor/lsm.py +++ b/yt_dlp/extractor/lsm.py @@ -284,7 +284,7 @@ def _real_extract(self, url): 'url': data['playback']['service']['url'], } else: - raise ExtractorError(f'Unsupported playback type "{playback_type}") + raise ExtractorError(f'Unsupported playback type "{playback_type}"') return { 'id': video_id,