From: Remita Amine Date: Wed, 24 May 2017 08:44:41 +0000 (+0100) Subject: [cbsnews] fix extraction for 60 Minutes videos X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=884d09f3304992837be140e1e22ff44a87cbf6ff;p=youtube-dl [cbsnews] fix extraction for 60 Minutes videos --- diff --git a/youtube_dl/extractor/cbsnews.py b/youtube_dl/extractor/cbsnews.py index 17bb9af4f..651ae2665 100644 --- a/youtube_dl/extractor/cbsnews.py +++ b/youtube_dl/extractor/cbsnews.py @@ -65,7 +65,7 @@ class CBSNewsIE(CBSIE): item = video_info['item'] if 'item' in video_info else video_info guid = item['mpxRefId'] - return self._extract_video_info(guid) + return self._extract_video_info(guid, 'cbsnews') class CBSNewsLiveVideoIE(InfoExtractor):