[extractor/common] Add support for AMP tags in _parse_html5_media_entries
This commit is contained in:
parent
250b042c7e
commit
4328ddf82b
2 changed files with 15 additions and 2 deletions
|
@ -1770,6 +1770,16 @@ class GenericIE(InfoExtractor):
|
|||
},
|
||||
'add_ie': [MediasetIE.ie_key()],
|
||||
},
|
||||
{
|
||||
# AMP embed (see https://www.ampproject.org/docs/reference/components/amp-video)
|
||||
'url': 'https://tvrain.ru/amp/418921/',
|
||||
'md5': 'cc00413936695987e8de148b67d14f1d',
|
||||
'info_dict': {
|
||||
'id': '418921',
|
||||
'ext': 'mp4',
|
||||
'title': 'Стас Намин: «Мы нарушили девственность Кремля»',
|
||||
},
|
||||
},
|
||||
# {
|
||||
# # TODO: find another test
|
||||
# # http://schema.org/VideoObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue