Update yt_dlp/extractor/subsplash.py

Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
This commit is contained in:
Subrat Lima 2024-10-31 22:30:53 +05:30 committed by GitHub
parent 96546d2147
commit a060e2681e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)$',
},
}]