Compare commits

..

No commits in common. "a060e2681e72db55a657cfac5fa35177f5a8180d" and "dd1e36694beb296e3fb79a6997f2cb668f93d2e8" have entirely different histories.

View File

@ -24,7 +24,7 @@ class SubsplashVideoIE(InfoExtractor):
'description': 'md5:220a630865c3697b0ec9dcb3a70cbc33', 'description': 'md5:220a630865c3697b0ec9dcb3a70cbc33',
'upload_date': '20240901', 'upload_date': '20240901',
'duration': 1710, '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', '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, 'description': None,
'upload_date': '20240903', 'upload_date': '20240903',
'duration': 1709, 'duration': 1709,
'thumbnail': r're:https?://.*\.(?:jpg|png)$', 'thumbnail': r're:^https?://.*\.(?:jpg|png)$',
}, },
}] }]