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.
Download from cbsnews error #10362
Download from cbsnews error #10362
Comments
|
This video does not play in browser. |
|
How about this one? |
|
already reported in #10393.
|
Hi there, today i download video from cbsnews and get error:
youtube-dl --verbose http://www.cbsnews.com/videos/blood-and-money/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://www.cbsnews.com/videos/blood-and-money/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.08.17
[debug] Python version 2.7.12 - Linux-4.4.0-22-generic-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: ffmpeg N-81246-gc5cc3b0, ffprobe N-81246-gc5cc3b0, rtmpdump 2.4
[debug] Proxy map: {}
[CBSNews] blood-and-money: Downloading webpage
[CBSNews] Downloading JSON metadata
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/init.py", line 433, in main
_real_main(argv)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/init.py", line 423, in _real_main
retcode = ydl.download(all_urls)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1786, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 691, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 347, in extract
return self._real_extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/cbsnews.py", line 66, in _real_extract
return self._extract_video_info('byGuid=%s' % guid, guid)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/cbs.py", line 29, in _extract_video_info
'manifest': 'm3u',
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/theplatform.py", line 308, in _extract_feed_info
entry = self._download_json(real_url, video_id)['entries'][0]
IndexError: list index out of range
i tried many time and some videos still download sucssesfully some one not.