mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-15 17:08:29 +00:00
DailyMailIE
This commit is contained in:
parent
c09ae6aeb4
commit
9d98dd1798
@ -19,11 +19,21 @@ class DailyMailIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'The Mountain appears in sparkling water ad for \'Heavy Bubbles\'',
|
'title': 'The Mountain appears in sparkling water ad for \'Heavy Bubbles\'',
|
||||||
'description': 'md5:a93d74b6da172dd5dc4d973e0b766a84',
|
'description': 'md5:a93d74b6da172dd5dc4d973e0b766a84',
|
||||||
|
'thumbnail': r're:https?://i\.dailymail\.co\.uk/.+\.jpg',
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://www.dailymail.co.uk/embed/video/1295863.html',
|
'url': 'http://www.dailymail.co.uk/embed/video/1295863.html',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
_WEBPAGE_TESTS = [{
|
||||||
|
'url': 'http://www.bumm.sk/krimi/2017/07/05/biztonsagi-kamera-buktatta-le-az-agg-ferfit-utlegelo-apolot',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '1495629',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': 'Care worker punches elderly dementia patient in head 11 times',
|
||||||
|
},
|
||||||
|
'skip': 'Invalid URL',
|
||||||
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
|
@ -683,16 +683,6 @@ class GenericIE(InfoExtractor):
|
|||||||
'timestamp': 1428207000,
|
'timestamp': 1428207000,
|
||||||
'upload_date': '20150405',
|
'upload_date': '20150405',
|
||||||
},
|
},
|
||||||
}, {
|
|
||||||
# 🔍57
|
|
||||||
# DailyMailIE
|
|
||||||
'url': 'http://www.bumm.sk/krimi/2017/07/05/biztonsagi-kamera-buktatta-le-az-agg-ferfit-utlegelo-apolot',
|
|
||||||
'info_dict': {
|
|
||||||
'id': '1495629',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'Care worker punches elderly dementia patient in head 11 times',
|
|
||||||
},
|
|
||||||
'skip': 'Invalid URL',
|
|
||||||
}, {
|
}, {
|
||||||
# 🔍62
|
# 🔍62
|
||||||
# FacebookIE; iframe embed
|
# FacebookIE; iframe embed
|
||||||
|
Loading…
Reference in New Issue
Block a user