From 48d2370a9660e2c5e591b6971139e2e7500fd504 Mon Sep 17 00:00:00 2001 From: doe1080 <98906116+doe1080@users.noreply.github.com> Date: Fri, 21 Mar 2025 06:32:46 +0900 Subject: [PATCH] fix --- yt_dlp/extractor/streaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/streaks.py b/yt_dlp/extractor/streaks.py index 90ea31b80a..607e7bc2ee 100644 --- a/yt_dlp/extractor/streaks.py +++ b/yt_dlp/extractor/streaks.py @@ -109,7 +109,7 @@ class StreaksBaseIE(InfoExtractor): class StreaksIE(StreaksBaseIE): IE_NAME = 'streaks' - IE_DESC = 'Streaks' + IE_DESC = 'STREAKS' _VALID_URL = [ r'https?://players\.streaks\.jp/(?P[\w-]+)/(?P\w+)/index\.html\?m=(?P(?:ref:)?[\w-]+)',