-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error processing video: age restricted #4
Comments
Remove that video from the playlist. You can’t get around that issue easily
because it’s on YouTube’s end.
…On Sun, Dec 24, 2023 at 5:22 AM amkazan ***@***.***> wrote:
Error processing video: video is age restricted, and can't be accessed
without logging in.
Ideas?
—
Reply to this email directly, view it on GitHub
<#4>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AILNF3XNIZZFRUZASBUMJQDYK7643AVCNFSM6AAAAABBBNY7RKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2TKMBVGQZDCNA>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<Dicklesworthstone/bulk_transcribe_youtube_videos_from_playlist/issues/4@
github.com>
|
It requires that we are logged in to YouTube, can we pass cookies that perhaps indicate that we are logged in. |
It only requires that if you are trying to get an age restricted video or
your own private video.
Given that these are special cases I don’t really want to complicate things
in the main script. You’re welcome to submit a PR for that and it could be
in a separate feature branch (or maybe in the main branch but behind an
option flag).
…On Sat, Feb 24, 2024 at 5:13 AM Abdiaziz ***@***.***> wrote:
It requires that we are logged in to YouTube, can we pass cookies that
perhaps indicate that we are logged in.
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AILNF3QWOESTIOJ6JHQDHXLYVG4KXAVCNFSM6AAAAABBBNY7RKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSGMYTQOJQG4>
.
You are receiving this because you commented.Message ID:
<Dicklesworthstone/bulk_transcribe_youtube_videos_from_playlist/issues/4/1962318907
@github.com>
|
I was working with some medical videos that were age restricted so I had to find a quick workaround. I downloaded the audio version of the playlist locally with yt-dlp and then modified the code a bit to transcribe from a local folder that had the audios. worked well. if I get some time I might submit a PR that does as you suggest. Thanks. |
Error processing video: video is age restricted, and can't be accessed without logging in.
Ideas?
The text was updated successfully, but these errors were encountered: