You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure the question is worded well enough to be understood
some of the playlists I download from occasionally have videos with some strong language which gets me this error Sign in to confirm your age. This video may be inappropriate for some users..
Note that the cookies need to be exported from a fresh browser session (see step 1) within the past 30 minutes.
I have my script run on a schedule when I am asleep on my server. does this mean in my setup, there isn't a way for me to be able to get those explicit videos with that kinda workflow?
Provide verbose output that clearly demonstrates the problem
Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
If using API, add 'verbose': True to YoutubeDL params instead
Copy the WHOLE output (starting with [debug] Command-line config) and insert it below
Complete Verbose Output
No response
The text was updated successfully, but these errors were encountered:
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Checklist
Please make sure the question is worded well enough to be understood
some of the playlists I download from occasionally have videos with some strong language which gets me this error
Sign in to confirm your age. This video may be inappropriate for some users.
.looking into the documentation, seems I have to pass the cookies from a logged in session of YT to be able to get around that. However, I notice that in part 3 of https://github.com/yt-dlp/yt-dlp/wiki/FAQ#im-getting-http-error-403-and-the-site-has-an-open-issue-on-the-tracker-thats-labeled-cloudflare-related-what-can-i-do, it says
I have my script run on a schedule when I am asleep on my server. does this mean in my setup, there isn't a way for me to be able to get those explicit videos with that kinda workflow?
Provide verbose output that clearly demonstrates the problem
yt-dlp -vU <your command line>
)'verbose': True
toYoutubeDL
params instead[debug] Command-line config
) and insert it belowComplete Verbose Output
No response
The text was updated successfully, but these errors were encountered: