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-]+)',