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.
Can't download a specific video #1414
Comments
|
Your youtube-dl version is outdated, try again using the new version.
|
|
Sorry, I have a brewed version. |
|
Thanks for the report, I have the same problem the first time I tested it, but then it fails a bit later with this message
It may be a Youtube error, I can download the video in other formats without problems, like |
|
It works if I force the format, thank you ;) |
Hi, sorry for my bad English.
youtube-dl fail with this video : https://www.youtube.com/watch?v=yoGiCSCoPC4
I would like to download all video from a user, so I use this command : "youtube-dl http://www.youtube.com/user/languedepub2/videos"
For this report, I use this command line :
"youtube-dl https://www.youtube.com/watch?v=yoGiCSCoPC4 --verbose"
And the result is :
"[debug] System config: []
[debug] User config: ['-t', '--prefer-free-formats', '--console-title']
[debug] Command-line args: ['https://www.youtube.com/watch?v=yoGiCSCoPC4', '--verbose']
[debug] youtube-dl version 2013.09.04
[debug] Python version 2.7.2 - Darwin-12.4.0-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] Setting language
[youtube] yoGiCSCoPC4: Downloading video webpage
[youtube] yoGiCSCoPC4: Downloading video info webpage
[youtube] yoGiCSCoPC4: Extracting video information
[download] Resuming download at byte 1052
ERROR: Did not get any data blocks
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 18, in
youtube_dl.main()
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 666, in main
_real_main(argv)
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 650, in _real_main
retcode = ydl.download(all_urls)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 573, in download
videos = self.extract_info(url)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 339, in extract_info
return self.process_ie_result(ie_result, download=download)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 422, in process_ie_result
for r in ie_result['entries']
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 369, in process_ie_result
self.process_info(ie_result)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 548, in process_info
success = self.fd._do_download(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/FileDownloader.py", line 548, in _do_download
self.report_error(u'Did not get any data blocks')
File "/usr/local/bin/youtube-dl/youtube_dl/FileDownloader.py", line 148, in report_error
self.ydl.report_error(_args, *_kargs)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 217, in report_error
self.trouble(error_message, tb)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 184, in trouble
tb_data = traceback.format_list(traceback.extract_stack())"
Thank you for your great program