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

Community flagged videos coming back as 410 #1009

Closed
Bullfrog098 opened this issue Sep 20, 2021 · 16 comments
Closed

Community flagged videos coming back as 410 #1009

Bullfrog098 opened this issue Sep 20, 2021 · 16 comments
Labels
stale Issues that were closed for inactivity

Comments

@Bullfrog098
Copy link

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.

@redbrain
Copy link
Contributor

Thanks for the information! Do you have time to draft a PR to close the issue?

@Bullfrog098
Copy link
Author

Bullfrog098 commented Sep 20, 2021

Not sure if it needs to be placed elsewhere in the code but I made a pull request #1010

@MIGI10
Copy link

MIGI10 commented Nov 12, 2021

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)

@Bullfrog098
Copy link
Author

Bullfrog098 commented Dec 8, 2021

Adding that to the url doesn't fix the 410 errors for me...

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?

@TimeForANinja
Copy link
Collaborator

should be fixed by #1022

@cchen028
Copy link

cchen028 commented Jan 3, 2022

still experiencing the issue on certain videos after updating to 4.9.2

@TimeForANinja
Copy link
Collaborator

same, but #1010 is not fixing it for me 🤔

@FadelesSpade
Copy link

This issue is still arising for all age restricted videos on 4.10.0 and #1010 is not fixing it either.

@codeerror90
Copy link

can't fix it for me

@pixelblob
Copy link

Any updates on this?

@aliazhar-id
Copy link

Nothing, I'm still getting this problem, sad

@TimeForANinja
Copy link
Collaborator

Nothing, I'm still getting this problem, sad

you can try the #1080 and tell me if that fixed it for you 🧐

@stale
Copy link

stale bot commented Jul 10, 2022

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.

@stale stale bot added the stale Issues that were closed for inactivity label Jul 10, 2022
@AntonyOnScript
Copy link

AntonyOnScript commented Sep 13, 2022

same issue here. i just changed my server location, and it worked! probably that video was blocked in previous server country

@stale stale bot removed the stale Issues that were closed for inactivity label Sep 13, 2022
@stale
Copy link

stale bot commented Nov 12, 2022

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.

@stale stale bot added the stale Issues that were closed for inactivity label Nov 12, 2022
@stale stale bot closed this as completed Jan 7, 2023
@umarengr99
Copy link

umarengr99 commented Jan 4, 2024

i m using ytdl-core npm package and facing Region Restriction error: which throw a common Status code 410.
how i can fix this issue by changing the region.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issues that were closed for inactivity
Projects
None yet
Development

No branches or pull requests