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.
Hi. I was trying to get one of my Youtube videos back and got this error message. I've updated the library but it doesn't change anything. I tried to download other videos and had the same problem :
ERROR: An extractor error has occurred. (caused by KeyError(u'metadata',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/extractor/common.py", line 440, in extract
ie_result = self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/dailymotion.py", line 168, in _real_extract
metadata = player['metadata']
KeyError: u'metadata'
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 453, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)