-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Extractor error #7413
Comments
I get this error too: here's more verobse output:
This is youtube-dl version 2015.11.02 on Gentoo Linux using Python 2.7.10. |
I'm getting the same issue. It looks like the url ( |
Stopped working for me a few hours ago too...
...
|
Hi Guys, Would downgrading to previous version a work around? |
The commit message suggests a "new base.js html5 player" URL has been introduced (I'm aassuming by Google) so I wouldn't have thought so, @edbergavera. |
@edbergavera A new version (2015.11.10) is released and I think it's the only working version as of now. |
Version 2015.11.10 includes the fix. See our FAQ on how to upgrade. |
Confirmed fixed with 2015.11.10. That's amazing work, doodz, thanks! |
@yan12125, I am still getting this error:
Though, this only happens for about 5/133 videos, so maybe there is something 'special' about these videos? |
youtube-dl is up-to-date (2015.11.02)
youtube-dl -t --extract-audio --audio-format mp3 "https://www.youtube.com/watch?v=CeSo4rwJoq8"
[youtube] CeSo4rwJoq8: Downloading webpage
[youtube] CeSo4rwJoq8: Downloading video info webpage
[youtube] CeSo4rwJoq8: Extracting video information
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 817, in _decrypt_signature
video_id, player_url, s
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 709, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)
ExtractorError: Cannot identify player u'https://s.ytimg.com/yts/jsbin/player-en_US-vfljDEtYP/base.js'; 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.
(caused by ExtractorError(u"Cannot identify player u'https://s.ytimg.com/yts/jsbin/player-en_US-vfljDEtYP/base.js'; 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.",)); 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.
YataCurious
The text was updated successfully, but these errors were encountered: