Skip to content
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

[Video Downloader] Age-gated videos cannot be downloaded #17912

Open
chrismessina opened this issue Mar 16, 2025 · 3 comments
Open

[Video Downloader] Age-gated videos cannot be downloaded #17912

chrismessina opened this issue Mar 16, 2025 · 3 comments
Labels
bug Something isn't working extension: video-downloader Issues related to the video-downloader extension extension Issues related to one of the extensions in the Store

Comments

@chrismessina
Copy link
Contributor

Extension

https://www.raycast.com/vimtor/video-downloader

Raycast Version

1.93.2

macOS Version

15.3.2 (24D81)

Description

Age-gated videos produce an error with yt-dlp:

[youtube] SrxOL_j-o88: Downloading webpage
[youtube] SrxOL_j-o88: Refetching age-gated info webpage
WARNING: unable to download video info webpage: HTTP Error 410: Gone
ERROR: Sign in to confirm your age
This video may be inappropriate for some users.

Steps To Reproduce

  1. Attempt to download an age-gated video (e.g. this video)
  2. An error is produced:
Command failed with exit code 1: /opt/homebrew/bin/yt-dlp --dump-json '--format-sort=resolution,ext,tbr' 'https://www.youtube.com/watch?v=SrxOL_j-o88'

ERROR: [youtube] SrxOL_j-o88: Sign in to confirm your age. This video may be inappropriate for some users. Use --cookies-from-browser or --cookies for the authentication. See  https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp  for how to manually pass cookies. Also see  https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies  for tips on effectively exporting YouTube cookies

Current Behaviour

An error is produced when attempting to download an age-gated video.

Expected Behaviour

The error should report that the video cannot be downloaded because it is age-gated.

OR

The extension should support authenticating in order to access age-gated material.

@chrismessina chrismessina added bug Something isn't working extension Issues related to one of the extensions in the Store labels Mar 16, 2025
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @vimtor @pernielsentikaer @darmiel @ridemountainpig @remorses @LitoMore @anwarulislam you might want to have a look.

💡 Author and Contributors commands

The author and contributors of vimtor/video-downloader can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot close as not planned Closes the issue as not planned.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

@raycastbot raycastbot added the extension: video-downloader Issues related to the video-downloader extension label Mar 16, 2025
@LitoMore
Copy link
Contributor

Related to yt-dlp/yt-dlp#8583

@chrismessina
Copy link
Contributor Author

Related to yt-dlp/yt-dlp#8583

Yep. The solution could be better error handling though, as I suggested — because the proposed solution (using this yt-dlp plugin) seems beyond the scope of a Raycast extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension: video-downloader Issues related to the video-downloader extension extension Issues related to one of the extensions in the Store
Projects
None yet
Development

No branches or pull requests

3 participants