Added test case for 'm3u8-video'

This commit is contained in:
DataGhost 2022-05-28 00:20:39 +02:00
parent 181112c218
commit d5e9a95cce
1 changed files with 10 additions and 0 deletions

View File

@ -29,6 +29,16 @@ class DumpertIE(InfoExtractor):
}, {
'url': 'http://legacy.dumpert.nl/embed/6675421/dc440fe7',
'only_matching': True,
}, {
'url': 'https://www.dumpert.nl/item/100031688_b317a185',
'md5': '98bece7add22c2645eb3906e6d55318b',
'info_dict': {
'id': '100031688/b317a185',
'ext': 'mp4',
'title': 'Epic schijnbeweging',
'description': '<p>Die zag je niet eh</p>',
'thumbnail': r're:^https?://.*\.(?:jpg|png)$',
},
}]
def _real_extract(self, url):