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.
youtube-dl -v "http://www.arte.tv/guide/de/051656-000-A/die-revolution-der-selbstlosen"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.arte.tv/guide/de/051656-000-A/die-revolution-der-selbstlosen']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.03.01
[debug] Python version 3.5.1 - Linux-4.4.3-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 3.0, ffprobe 3.0, rtmpdump 2.4
[debug] Proxy map: {}
[arte.tv:+7] 051656-000-A: Downloading webpage
[arte.tv:+7] 051656-000-A: Downloading player page
[arte.tv:+7] 051656-000-A: Downloading JSON metadata
ERROR: An extractor error has occurred. (caused by KeyError('VTI',)); 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 "/home/moe/bin/youtube-dl/youtube_dl/extractor/common.py", line 316, in extract
return self._real_extract(url)
File "/home/moe/bin/youtube-dl/youtube_dl/extractor/arte.py", line 84, in _real_extract
return self._extract_from_webpage(webpage, video_id, lang)
File "/home/moe/bin/youtube-dl/youtube_dl/extractor/arte.py", line 124, in _extract_from_webpage
return self._extract_from_json_url(json_url, video_id, lang)
File "/home/moe/bin/youtube-dl/youtube_dl/extractor/arte.py", line 140, in _extract_from_json_url
title = player_info['VTI'].strip()
KeyError: 'VTI'
Traceback (most recent call last):
File "/home/moe/bin/youtube-dl/youtube_dl/extractor/common.py", line 316, in extract
return self._real_extract(url)
File "/home/moe/bin/youtube-dl/youtube_dl/extractor/arte.py", line 84, in _real_extract
return self._extract_from_webpage(webpage, video_id, lang)
File "/home/moe/bin/youtube-dl/youtube_dl/extractor/arte.py", line 124, in _extract_from_webpage
return self._extract_from_json_url(json_url, video_id, lang)
File "/home/moe/bin/youtube-dl/youtube_dl/extractor/arte.py", line 140, in _extract_from_json_url
title = player_info['VTI'].strip()
KeyError: 'VTI'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/moe/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 666, in extract_info
ie_result = ie.extract(url)
File "/home/moe/bin/youtube-dl/youtube_dl/extractor/common.py", line 322, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('VTI',)); 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.