Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix support for ted.com #3948

Closed
Siddhant opened this issue Oct 14, 2014 · 2 comments
Closed

fix support for ted.com #3948

Siddhant opened this issue Oct 14, 2014 · 2 comments

Comments

@Siddhant
Copy link

@Siddhant Siddhant commented Oct 14, 2014

$ youtube-dl --verbose "https://www.ted.com/talks/douglas_adams_parrots_the_universe_and_everything"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://www.ted.com/talks/douglas_adams_parrots_the_universe_and_everything']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.10.13
[debug] Python version 2.7.8 - Linux-3.16.0-18-generic-x86_64-with-Ubuntu-14.10-utopic
[debug] Proxy map: {'http': 'REDACTED', 'https': 'REDACTED'}
[TED] douglas_adams_parrots_the_universe_and_everything: Downloading webpage
[TED] douglas_adams_parrots_the_universe_and_everything: Extracting information
Traceback (most recent call last):
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/local/bin/youtube-dl/main.py", line 18, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 431, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 421, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1067, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 524, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 193, in extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/ted.py", line 88, in _real_extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/ted.py", line 121, in _talk_info
AttributeError: 'NoneType' object has no attribute 'items'

@jaimeMF jaimeMF closed this in a72cbfa Oct 15, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Oct 15, 2014

Thanks for the report, it will work in the next version.

@phihag
Copy link
Contributor

@phihag phihag commented Oct 26, 2014

This fix has made it into youtube-dl 2014.10.26. Refer to our FAQ if you need help updating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.