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.
latest update broke list-formats #799
Comments
|
Thanks for your report. This should be fixed in youtube-dl version 2013.04.24. Type
to update. |
|
Sorry, I hadn't tested this option. |
./youtube-dl --list-formats --simulate -v "http://www.youtube.com/watch?v=eEgYUMWqzTQ"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--list-formats', '--simulate', '-v', 'http://www.youtube.com/watch?v=eEgYUMWqzTQ']
[debug] youtube-dl version 2013.04.21
[debug] Python version 2.6.6 - Linux-2.6.32-358.2.1.el6.x86_64-x86_64-with-redhat-6.4-Santiago
[debug] Proxy map: {}
[youtube] Setting language
[youtube] eEgYUMWqzTQ: Downloading video webpage
[youtube] eEgYUMWqzTQ: Downloading video info webpage
[youtube] eEgYUMWqzTQ: Extracting video information
Available formats:
35 : flv [480x854]
44 : webm [480x854]
34 : flv [360x640]
18 : mp4 [360x640]
43 : webm [360x640]
5 : flv [240x400]
17 : mp4 [144x176]
Traceback (most recent call last):
File "/usr/lib64/python2.6/runpy.py", line 122, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib64/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
File "./youtube-dl/main.py", line 18, in
File "./youtube-dl/youtube_dl/init.py", line 549, in main
File "./youtube-dl/youtube_dl/init.py", line 533, in _real_main
File "./youtube-dl/youtube_dl/FileDownloader.py", line 682, in download
File "./youtube-dl/youtube_dl/FileDownloader.py", line 462, in extract_info
TypeError: 'NoneType' object is not iterable