From 642484bbb228cbbf0030dc93646dc92ae25d5fb4 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 29 Jul 2019 17:05:04 -0700 Subject: Fix broken video titles due to youtube changes --- youtube_dl/extractor/youtube_unmodified_reference.py | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'youtube_dl/extractor/youtube_unmodified_reference.py') diff --git a/youtube_dl/extractor/youtube_unmodified_reference.py b/youtube_dl/extractor/youtube_unmodified_reference.py index b570d5b..f76a6e7 100644 --- a/youtube_dl/extractor/youtube_unmodified_reference.py +++ b/youtube_dl/extractor/youtube_unmodified_reference.py @@ -1812,16 +1812,11 @@ class YoutubeIE(YoutubeBaseInfoExtractor): video_details = try_get( player_response, lambda x: x['videoDetails'], dict) or {} - # title - if 'title' in video_info: - video_title = video_info['title'][0] - elif 'title' in player_response: - video_title = video_details['title'] - else: + video_title = video_info.get('title', [None])[0] or video_details.get('title') + if not video_title: self._downloader.report_warning('Unable to extract video title') video_title = '_' - # description description_original = video_description = get_element_by_id("eow-description", video_webpage) if video_description: @@ -1846,11 +1841,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): ''', replace_url, video_description) video_description = clean_html(video_description) else: - fd_mobj = re.search(r'