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.
Bill Nye vs Ken Ham debate #2318
Comments
|
I believe this is a live event...that has not yet started (seems to start in another 10 minutes or so..) |
|
Having the same trouble here.. Though in my case I am getting a 404 error after running the following: youtube-dl --console-title -f 36 http://www.youtube.com/watch?v=z6kgvhG3AkI The error is: ERROR: unable to download video data: HTTP Error 404: Not Found |
|
It seems to be working now:
@sirjonathan if you still have the problem, could you post the whole output of |
|
It's working for me! |
|
It was a live event that had finished after I tried to download it. I know On 4 February 2014 23:09, RingoTheDog notifications@github.com wrote:
Whether you think you can, You're right! |
|
@Stormthirst does it work now? |
|
Yes. Thanks guys! |
I tried to download the debate and got the following:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--max-quality', '37', '--restrict-filenames', '-o', '%(title)s.%(ext)s', '--retries=20', 'http://www.youtube.com/watch?feature=player_embedded&v=z6kgvhG3AkI', '-v']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.02.04.1
[debug] Python version 2.7.3 - Linux-3.2.0-58-generic-pae-i686-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] z6kgvhG3AkI: Downloading webpage
[youtube] z6kgvhG3AkI: Downloading video info webpage
[youtube] z6kgvhG3AkI: Extracting video information
[youtube] z6kgvhG3AkI: Downloading formats manifest
[download] Destination: Bill_Nye_Debates_Ken_Ham_-HD.mp4
avconv version 0.8.9-4:0.8.9-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers
built on Nov 9 2013 19:12:07 with gcc 4.6.3
[applehttp @ 0x9f5eaa0] Estimating duration from bitrate, this may be inaccurate
Input #0, applehttp, from 'http://www.youtube.com/api/manifest/hls_playlist/id/z6kgvhG3AkI.1/itag/96/source/yt_live_broadcast/ratebypass/yes/live/1/cmbypass/yes/newshard/yes/hls_chunk_host/www.youtube.com/gir/yes/dg_shard/z6kgvhG3AkI.1_96/cp/U0hYRlVUT19GUUNOOF9NTlNKOkI1WW5KVV95VTgz/pmbypass/yes/playlist_type/CLEAN/maudio/1/upn/E3S4oNkQIII/fexp/935503,923321,944500,916612,936910,936913/sver/3/ip/96.30.164.171/ipbits/8/expire/1391591917/sparams/ip,ipbits,expire,id,itag,source,ratebypass,live,cmbypass,newshard,hls_chunk_host,gir,dg_shard,cp,pmbypass,playlist_type,maudio/signature/0402B3820E371347C6FCDA35DA4B19FA15516863.2EE50D460CE835C4EB04381EE7A1197433D6C307/key/dg_yt0/file/index.m3u8':
Duration: 02:45:34.00, start: 2565.000000, bitrate: N/A
Stream #0.0: Video: h264 (High), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 30 tbr, 90k tbn, 60 tbc
Stream #0.1: Audio: aac, 48000 Hz, stereo, s16
Output #0, mp4, to 'Bill_Nye_Debates_Ken_Ham-_HD.mp4.part':
Metadata:
encoder : Lavf53.21.1
Stream #0.0: Video: ![0][0][0] / 0x0021, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-31, 90k tbn, 90k tbc
Stream #0.1: Audio: aac, 48000 Hz, stereo
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Press ctrl-c to stop encoding
[mp4 @ 0xb0b7e20] Application provided invalid, non monotonically increasing dts to muxer in stream 1: 640 >= 640
av_interleaved_write_frame(): Invalid argument
ERROR: ffmpeg exited with code 1
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/bin/youtube-dl/main.py", line 18, in
youtube_dl.main()
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 799, in main
_real_main(argv)
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 789, in _real_main
retcode = ydl.download(all_urls)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 982, in download
self.extract_info(url)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 510, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 539, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 763, in process_video_result
self.process_info(new_info)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 953, in process_info
success = dl(filename, info_dict)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 929, in dl
return fd.download(name, info)
File "/usr/bin/youtube-dl/youtube_dl/downloader/common.py", line 290, in download
return self.real_download(filename, info_dict)
File "/usr/bin/youtube-dl/youtube_dl/downloader/hls.py", line 43, in real_download
self.report_error(u'ffmpeg exited with code %d' % retval)
File "/usr/bin/youtube-dl/youtube_dl/downloader/common.py", line 143, in report_error
self.ydl.report_error(_args, *_kargs)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 390, in report_error
self.trouble(error_message, tb)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 357, in trouble
tb_data = traceback.format_list(traceback.extract_stack())