mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-21 00:25:42 +07:00
[cbsnews] fix extraction for 60 Minutes videos
This commit is contained in:
@@ -65,7 +65,7 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
item = video_info['item'] if 'item' in video_info else video_info
|
item = video_info['item'] if 'item' in video_info else video_info
|
||||||
guid = item['mpxRefId']
|
guid = item['mpxRefId']
|
||||||
return self._extract_video_info(guid)
|
return self._extract_video_info(guid, 'cbsnews')
|
||||||
|
|
||||||
|
|
||||||
class CBSNewsLiveVideoIE(InfoExtractor):
|
class CBSNewsLiveVideoIE(InfoExtractor):
|
||||||
|
|||||||
Reference in New Issue
Block a user