We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ youtube-dl -v https://www.youtube.com/watch?v=kWKlmbTudD8 [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [u'-v', u'https://www.youtube.com/watch?v=kWKlmbTudD8'] [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2020.06.16.1 [debug] Python version 2.7.16 (CPython) - Linux-4.19.0-9-amd64-x86_64-with-debian-10.4 [debug] exe versions: ffmpeg 4.1.4-1, ffprobe 4.1.4-1 [debug] Proxy map: {} [youtube] kWKlmbTudD8: Downloading webpage ERROR: kWKlmbTudD8: YouTube said: Unable to extract video data Traceback (most recent call last): File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1893, in _real_extract 'YouTube said: %s' % unavailable_message, expected=True, video_id=video_id) ExtractorError: kWKlmbTudD8: YouTube said: Unable to extract video data
The youtube extractor is no longer able to extract age-gated videos. The above output happens with at least the following URLs.
The text was updated successfully, but these errors were encountered:
Confirmed by #25945 (comment) and then probably related to #25945 and to #25937
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Checklist
Verbose log
Description
The youtube extractor is no longer able to extract age-gated videos. The above output happens with at least the following URLs.
The text was updated successfully, but these errors were encountered: