diff --git a/yt_dlp/extractor/subsplash.py b/yt_dlp/extractor/subsplash.py index f7abf8235c..564464aa16 100644 --- a/yt_dlp/extractor/subsplash.py +++ b/yt_dlp/extractor/subsplash.py @@ -36,7 +36,7 @@ class SubsplashVideoIE(InfoExtractor): 'description': None, 'upload_date': '20240903', 'duration': 1709, - 'thumbnail': r're:^https?://.*\.(?:jpg|png)$', + 'thumbnail': r're:https?://.*\.(?:jpg|png)$', }, }]