mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-29 10:41:23 +01:00
Compare commits
2 Commits
dd1e36694b
...
a060e2681e
Author | SHA1 | Date | |
---|---|---|---|
|
a060e2681e | ||
|
96546d2147 |
|
@ -24,7 +24,7 @@ class SubsplashVideoIE(InfoExtractor):
|
|||
'description': 'md5:220a630865c3697b0ec9dcb3a70cbc33',
|
||||
'upload_date': '20240901',
|
||||
'duration': 1710,
|
||||
'thumbnail': r're:^https?://.*\.(?:jpg|png)$',
|
||||
'thumbnail': r're:https?://.*\.(?:jpg|png)$',
|
||||
},
|
||||
}, {
|
||||
'url': 'https://subsplash.com/u/prophecywatchers/media/d/n4dr8b2-the-transhumanist-plan-for-humanity-billy-crone',
|
||||
|
@ -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)$',
|
||||
},
|
||||
}]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user