1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 19:19:32 +00:00

[cbsnews] fix extraction for 60 Minutes videos

This commit is contained in:
Remita Amine 2017-05-24 09:44:41 +01:00
parent 9e35298f97
commit 884d09f330

View file

@ -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):