projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e35298
)
[cbsnews] fix extraction for 60 Minutes videos
author
Remita Amine
<remitamine@gmail.com>
Wed, 24 May 2017 08:44:41 +0000
(09:44 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Wed, 24 May 2017 08:44:41 +0000
(09:44 +0100)
youtube_dl/extractor/cbsnews.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/cbsnews.py
b/youtube_dl/extractor/cbsnews.py
index 17bb9af4fe2a8a0066611a2bbc2d090ad7cf5e30..651ae2665bf1080e71035634e0c28a904c549823 100644
(file)
--- 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):