node-ytdl-core icon indicating copy to clipboard operation
node-ytdl-core copied to clipboard

Community flagged videos coming back as 410

Open Bullfrog098 opened this issue 2 years ago • 14 comments

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.

Bullfrog098 avatar Sep 20 '21 09:09 Bullfrog098

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

redbrain avatar Sep 20 '21 11:09 redbrain

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

Bullfrog098 avatar Sep 20 '21 17:09 Bullfrog098

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)

MIGI10 avatar Nov 12 '21 20:11 MIGI10

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?

Bullfrog098 avatar Dec 08 '21 21:12 Bullfrog098

should be fixed by #1022

TimeForANinja avatar Dec 16 '21 06:12 TimeForANinja

still experiencing the issue on certain videos after updating to 4.9.2

cchen028 avatar Jan 03 '22 05:01 cchen028

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

TimeForANinja avatar Jan 04 '22 06:01 TimeForANinja

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

FadelesSpade avatar Jan 13 '22 07:01 FadelesSpade

can't fix it for me

codeerror90 avatar Feb 03 '22 19:02 codeerror90

Any updates on this?

pixelblob avatar Mar 18 '22 17:03 pixelblob

Nothing, I'm still getting this problem, sad

aliazhar-id avatar Mar 22 '22 08:03 aliazhar-id

Nothing, I'm still getting this problem, sad

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

TimeForANinja avatar Apr 30 '22 01:04 TimeForANinja

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[bot] avatar Jul 10 '22 11:07 stale[bot]

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

AntonyOnScript avatar Sep 13 '22 00:09 AntonyOnScript

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[bot] avatar Nov 12 '22 12:11 stale[bot]

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.

umarengr99 avatar Jan 04 '24 09:01 umarengr99