You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ youtube-dl https://www.ted.com/talks/marie_wallace_the_ethics_of_collecting_data
[ted] marie_wallace_the_ethics_of_collecting_data: Downloading webpage
Traceback (most recent call last):
File "/home/sachin/.local/bin/youtube-dl", line 11, in <module>
sys.exit(main())
File "/home/sachin/.local/lib/python3.6/site-packages/youtube_dl/__init__.py", line 474, in main
_real_main(argv)
File "/home/sachin/.local/lib/python3.6/site-packages/youtube_dl/__init__.py", line 464, in _real_main
retcode = ydl.download(all_urls)
File "/home/sachin/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 2010, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "/home/sachin/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "/home/sachin/.local/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/home/sachin/.local/lib/python3.6/site-packages/youtube_dl/extractor/ted.py", line 147, in _real_extract
return self._talk_info(url, name)
File "/home/sachin/.local/lib/python3.6/site-packages/youtube_dl/extractor/ted.py", line 219, in _talk_info
for resource in resources:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
Checklist
Verbose log
Description
Out of 11 TED talks referenced at: https://www.hpe.com/us/en/insights/articles/big-data-ted-talks-11-important-lessons-1909.html, 2 TED Talks are not downloadable.
These are:
The errors are the same.
The text was updated successfully, but these errors were encountered: