-
Notifications
You must be signed in to change notification settings - Fork 802
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
Community flagged videos coming back as 410 #1009
Comments
Thanks for the information! Do you have time to draft a PR to close the issue? |
Not sure if it needs to be placed elsewhere in the code but I made a pull request #1010 |
Adding that to the url doesn't fix the 410 errors for me... I have tried that together with passing a cookie and an identity token header but the errors persist. I'm able to download age restricted videos but not those flagged as sensitive content (like the one linked above) |
sorry for late response but did you add "&bpctr=9999999999" into the ytdls code itself or did you just add it into the url you were requesting? |
should be fixed by #1022 |
still experiencing the issue on certain videos after updating to 4.9.2 |
same, but #1010 is not fixing it for me 🤔 |
This issue is still arising for all age restricted videos on 4.10.0 and #1010 is not fixing it either. |
can't fix it for me |
Any updates on this? |
Nothing, I'm still getting this problem, sad |
you can try the #1080 and tell me if that fixed it for you 🧐 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
same issue here. i just changed my server location, and it worked! probably that video was blocked in previous server country |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
i m using ytdl-core npm package and facing Region Restriction error: which throw a common Status code 410. |
Trying to download a video that is flagged inappropriate or offensive (Ex. https://www.youtube.com/watch?v=hc0ZDaAZQT0) comes back as a 410. This was fixed in youtube-dl with "&bpctr=9999999999" so all that needs to be done is when the base_url and id are added together add "&bpctr=9999999999" right after.
The text was updated successfully, but these errors were encountered: