You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've verified that I'm running youtube-dl version 2020.09.20
I've checked that all provided URLs are alive and playable in a browser
I've checked that all URLs and arguments with special characters are properly quoted or escaped
I've searched the bugtracker for similar issues including closed ones
Verbose log
youtube-dl -v MxCRYXg6hLs [1]
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'MxCRYXg6hLs']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.09.20
[debug] Python version 3.8.5 (CPython) - Linux-5.8.8-4-MANJARO-x86_64-with-glibc2.2.5
[debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] MxCRYXg6hLs: Downloading webpage
[youtube] MxCRYXg6hLs: Downloading embed webpage
[youtube] MxCRYXg6hLs: Refetching age-gated info webpage
ERROR: Watch this video on YouTube. Playback on other websites has been disabled by the video owner.
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 532, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 2231, in _real_extract
raise ExtractorError(error_message, expected=True)
youtube_dl.utils.ExtractorError: Watch this video on YouTube. Playback on other websites has been disabled by the video owner.
The text was updated successfully, but these errors were encountered:
leedoyle
changed the title
Age-gated AND Youtube-only plaback videos support broken
Age-gated AND Youtube-only playback videos support broken
Sep 21, 2020
Verbose log
Description
Apparently, videos that are BOTH Age-gated and Youtube-only e.g. https://www.youtube.com/watch?v=MxCRYXg6hLs ("author had disabled playback on other websites"), wouldn't download. I've checked another video that is Youtube-only but not age gated (e.g. this one https://www.youtube.com/watch?v=NL1hkIU_e8E ) , and it worked fine.
The text was updated successfully, but these errors were encountered: