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.
[comedycentral] doanload fails #2668
Comments
|
Thanks for the report, it will be fixed in the next version. |
|
Version 2014.04.02 contains the fix for this problem. Type |
fails with python 2.6.6. works with 2.7.3
$ youtube-dl http://thedailyshow.cc.com/full-episodes/puj58h/march-31--2014---peter-dinklage -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://thedailyshow.cc.com/full-episodes/puj58h/march-31--2014---peter-dinklage', '-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.04.01.3
[debug] Python version 2.6.6 - Linux-2.6.32-431.11.2.el6.x86_64-x86_64-with-redhat-6.5-Carbon
[debug] Proxy map: {}
[ComedyCentralShows] puj58h/march-31--2014---peter-dinklage: Downloading webpage
[ComedyCentralShows] puj58h/march-31--2014---peter-dinklage: Downloading show index
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 "/usr/local/bin/youtube-dl/main.py", line 18, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 836, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 826, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1025, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 511, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 161, in extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/comedycentral.py", line 168, in _real_extract
AttributeError: 'NoneType' object has no attribute 'text'