mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-23 23:01:04 -05:00
[GH-ISSUE #884] Accept our cookie text file during download desired age-restricted youtube video #9382
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oti5 on GitHub (Nov 4, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/884
describe the feature you'd like to see
We can export our cookie data from our browser with an cookie.txt file saver extension and via this cookie txt file (if you able watching age-restricted contents with your Google account because you passed to enable after authentication) and read Cobalt our authentication token from txt file during age-restricted video downloading (not logging our auth tokens forever). This function working in yt-dlp.
additional context
We cannot download age-restricted contents from youtube with Cobalt.
@wukko commented on GitHub (Nov 4, 2024):
this will not happen, as it's a security risk.
@barkoder commented on GitHub (Nov 28, 2024):
@wukko Why have the downloading of age restricted videos been disabled? It used to work ~5 days before?
See #875 .