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

[BiliBili]An extractor error (caused by KeyError(u'durl',)) #11735

Closed
sherkwast opened this issue Jan 15, 2017 · 2 comments
Closed

[BiliBili]An extractor error (caused by KeyError(u'durl',)) #11735

sherkwast opened this issue Jan 15, 2017 · 2 comments
Labels

Comments

@sherkwast
Copy link

@sherkwast sherkwast commented Jan 15, 2017

youtube-dl --verbose https://www.bilibili.com/video/av600625/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'https://www.bilibili.com/video/av600625/']
[debug] Encodings: locale cp936, fs mbcs, out cp936, pref cp936
[debug] youtube-dl version 2016.11.22
[debug] Python version 2.7.12 - Windows-10-10.0.14393
[debug] exe versions: ffmpeg N-82597-gd316b21, ffprobe N-82597-gd316b21
[debug] Proxy map: {}
[BiliBili] 600625: Downloading webpage
[BiliBili] 600625: Downloading video info page
ERROR: An extractor error has occurred. (caused by KeyError(u'durl',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "d:\study\python\anaconda2\lib\site-packages\youtube_dl\extractor\common.py", line 357, in extract
return self._real_extract(url)
File "d:\study\python\anaconda2\lib\site-packages\youtube_dl\extractor\bilibili.py", line 65, in _real_extract
for idx, durl in enumerate(video_info['durl']):
KeyError: u'durl'
Traceback (most recent call last):
File "d:\study\python\anaconda2\lib\site-packages\youtube_dl\YoutubeDL.py", line 694, in extract_info
ie_result = ie.extract(url)
File "d:\study\python\anaconda2\lib\site-packages\youtube_dl\extractor\common.py", line 363, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'durl',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@tomoya92
Copy link

@tomoya92 tomoya92 commented Jan 16, 2017

i also met

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jan 16, 2017

Duplicate of #11077

@yan12125 yan12125 closed this Jan 16, 2017
@dstftw dstftw added the duplicate label Apr 1, 2017
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
4 participants
You can’t perform that action at this time.