From f4cda0277b2ca34a86c1a1f3a2e859b795c80007 Mon Sep 17 00:00:00 2001 From: John Hawkinson Date: Sun, 9 Apr 2017 21:49:07 -0400 Subject: [PATCH] [Generic] fix title on text_Generic_52 + add_ie MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Although The New Yorker is a Condé Nast property, this is a BrightcoveLegacyIE embed, not a CondeNastIE. :) --- youtube_dl/extractor/generic.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py index 32fa4cc64..b0ef43442 100644 --- a/youtube_dl/extractor/generic.py +++ b/youtube_dl/extractor/generic.py @@ -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 {