-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Description
Checklist
- I'm reporting a broken site support
- I've verified that I'm running youtube-dl version 2021.12.17
- 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
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '--cookies', 'e4rtf.txt', 'https://www.youtube.com/watch?v=Zw-WPq6cClw']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2021.12.17
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg N-121271-g74115b017c-20250930, ffprobe N-121271-g74115b017c-20250930
[debug] Proxy map: {}
[youtube] Zw-WPq6cClw: Downloading webpage
[youtube] Zw-WPq6cClw: Downloading API JSON
ERROR: Join this channel to get access to members-only content like this video, and other exclusive perks.
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\YoutubeDL.py", line 815, in wrapper
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\YoutubeDL.py", line 836, in __extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\extractor\common.py", line 534, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\extractor\youtube.py", line 1731, in _real_extract
youtube_dl.utils.ExtractorError: Join this channel to get access to members-only content like this video, and other exclusive perks.
Description
When trying to download a YouTube channel sponsor-only (members-only) video using valid cookies from an active Channel Member account, youtube-dl fails with the following error:
Join this channel to get access to members-only content like this video, and other exclusive perks.
The same account can watch the video in a normal web browser — cookies are valid and verified.
Command used: youtube-dl --cookies e4rtf.txt "https://www.youtube.com/watch?v=Zw-WPq6cClw"