mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-11-09 04:22:41 +01:00
[extractor/generic] Add test for mediaset embed
This commit is contained in:
parent
d105a7edc6
commit
2b8e6a68f8
@ -1720,6 +1720,19 @@ class GenericIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
'add_ie': [WashingtonPostIE.ie_key()],
|
'add_ie': [WashingtonPostIE.ie_key()],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
# Mediaset embed
|
||||||
|
'url': 'http://www.tgcom24.mediaset.it/politica/serracchiani-voglio-vivere-in-una-societa-aperta-reazioni-sproporzionate-_3071354-201702a.shtml',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '720642',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': 'Serracchiani: "Voglio vivere in una società aperta, con tutela del patto di fiducia"',
|
||||||
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
|
'add_ie': [MediasetIE.ie_key()],
|
||||||
|
},
|
||||||
# {
|
# {
|
||||||
# # TODO: find another test
|
# # TODO: find another test
|
||||||
# # http://schema.org/VideoObject
|
# # http://schema.org/VideoObject
|
||||||
|
Loading…
Reference in New Issue
Block a user