Open shinji257 opened 3 years ago
Thanks for the report. I'll make sure the RMD rewrite supports the dlp project, since that version also seems to have a number of improvements for speed. I'll also try to implement the changes in the current Python branch.
Describe the bug
YTDL support that is built-in (on Windows at least) isn't able to download age-gated videos. I'm actually in the United States and according to the Youtube-DL github this was originally a UK issue. Apparently you need a cookie or something. Fork YT-DLP could download the same video fine and seems to do this by hopping into Android APIs.
Environment Info
Screenshots/Information
YTDL: ERROR: Sign in to confirm your age This video may be inappropriate for some users. [https://www.youtube.com/watch?v=Lgbt-j7Pq8U]
(Note that since the video is age-gated it is of course NSFW but not for nudity)
Additional context
Youtube-DL won't download it but YT-DLP (A fork of Youtube-DL) has no issue with it. Seems to go over to Android APIs to get the data it needs to download the video.