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

KeyError('VTI',) http://www.arte.tv/guide/de/051656-000-A/die-revolution-der-selbstlosen #8768

Closed
mrMoe opened this issue Mar 5, 2016 · 0 comments

Comments

@mrMoe
Copy link

@mrMoe mrMoe commented Mar 5, 2016

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.

@dstftw dstftw closed this in 46c329d Mar 6, 2016
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
1 participant
You can’t perform that action at this time.