1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-10 12:03:10 +08:00

[Generic] fix title on text_Generic_52 + add_ie

Although The New Yorker is a Condé Nast property, this is a
BrightcoveLegacyIE embed, not a CondeNastIE. :)
This commit is contained in:
John Hawkinson 2017-04-09 21:49:07 -04:00
parent 83a0fdeb82
commit f4cda0277b

View File

@ -865,13 +865,14 @@ class GenericIE(InfoExtractor):
'url': 'http://www.newyorker.com/online/blogs/newsdesk/2014/01/always-never-nuclear-command-and-control.html',
'info_dict': {
'id': 'always-never',
'title': 'Always / Never - The New Yorker',
'title': 'Always / Never',
},
'playlist_count': 3,
'params': {
'extract_flat': False,
'skip_download': True,
}
},
'add_ie': ['BrightcoveLegacy'],
},
# MLB embed
{