mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 06:27:21 +00:00
Update yt_dlp/extractor/subsplash.py
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
This commit is contained in:
parent
96546d2147
commit
a060e2681e
|
@ -36,7 +36,7 @@ class SubsplashVideoIE(InfoExtractor):
|
||||||
'description': None,
|
'description': None,
|
||||||
'upload_date': '20240903',
|
'upload_date': '20240903',
|
||||||
'duration': 1709,
|
'duration': 1709,
|
||||||
'thumbnail': r're:^https?://.*\.(?:jpg|png)$',
|
'thumbnail': r're:https?://.*\.(?:jpg|png)$',
|
||||||
},
|
},
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue