Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
CSPAN - KeyError: u'files' #3734
Comments
|
It works fine for me. On Fri, Sep 12, 2014 at 5:25 PM, isez notifications@github.com wrote:
Atte, cxsoftware.com http://www.cxsoftware.com/ |
|
Actually my bad, I did a clean install of 09.12 version and it works now |
|
@isez please close issue if resolved. thanks! |
|
I also have this issue for several C-SPAN URIs. One attempt was successful, that terminal output pasted at bottom. OS X 10.10.1
Successful attempt:
|
|
Happened to me as well.
|
Getting it on most new videos now seems like.
youtube-dl -v http://www.c-span.org/video/?321432-1/discussion-us-national-security-threats
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.c-span.org/video/?321432-1/discussion-us-national-security-threats']
[debug] Encodings: locale ISO-8859-1, fs ISO-8859-1, out ISO-8859-1, pref ISO-8859-1
[debug] youtube-dl version 2014.09.10.1
[debug] Python version 2.6.6 - Linux-3.2.13-grsec-xxxx-grs-ipv6-64-x86_64-with-debian-6.0.10
[debug] Proxy map: {}
[CSpan] 321432: Downloading webpage
[CSpan] 366211: Downloading JSON metadata
[CSpan] 366211: Downloading XML
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl", line 9, in
load_entry_point('youtube-dl==2014.09.10.1', 'console_scripts', 'youtube-dl')()
File "/usr/local/lib/python2.6/dist-packages/youtube_dl-2014.09.10.1-py2.6.egg/youtube_dl/init.py", line 897, in main
_real_main(argv)
File "/usr/local/lib/python2.6/dist-packages/youtube_dl-2014.09.10.1-py2.6.egg/youtube_dl/init.py", line 887, in _real_main
retcode = ydl.download(all_urls)
File "/usr/local/lib/python2.6/dist-packages/youtube_dl-2014.09.10.1-py2.6.egg/youtube_dl/YoutubeDL.py", line 1065, in download
self.extract_info(url)
File "/usr/local/lib/python2.6/dist-packages/youtube_dl-2014.09.10.1-py2.6.egg/youtube_dl/YoutubeDL.py", line 523, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python2.6/dist-packages/youtube_dl-2014.09.10.1-py2.6.egg/youtube_dl/extractor/common.py", line 178, in extract
return self._real_extract(url)
File "/usr/local/lib/python2.6/dist-packages/youtube_dl-2014.09.10.1-py2.6.egg/youtube_dl/extractor/cspan.py", line 72, in _real_extract
files = data['video']['files']
KeyError: u'files'