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
varhttpClient=CreateHttpClient();// All browser cookies have been loadedvaryoutube=newYoutubeClient(httpClient);varvideo=awaityoutube.Videos.GetAsync("https://www.youtube.com/watch?v=rXMX4YJ7Lks");// This Id was mentioned in #606
Exception: HttpRequestException: Response status code does not indicate success: 403 (Forbidden).
Details
I noticed that #606 solved the access to age-restricted content, but now it seems that age-restricted content cannot be parsed successfully, even with all cookies attached. I used the videoId="rXMX4YJ7Lks" modified by #606 for testing.
I don't know where I used it wrong, or if parsing age-restricted content is not supported now.
Checklist
I have looked through existing issues to make sure that this bug has not been reported before
I have provided a descriptive title for this issue
I have made sure that this bug is reproducible on the latest version of the package
I have provided all the information needed to reproduce this bug as efficiently as possible
I have sponsored this project
I have not read any of the above and just checked all the boxes to submit the issue
The text was updated successfully, but these errors were encountered:
Version
6.4.0.0
Platform
.NET8 / Windows 10 & Ubuntu 24
Steps to reproduce
Exception:
HttpRequestException: Response status code does not indicate success: 403 (Forbidden).
Details
I noticed that #606 solved the access to age-restricted content, but now it seems that age-restricted content cannot be parsed successfully, even with all cookies attached. I used the videoId="rXMX4YJ7Lks" modified by #606 for testing.
I don't know where I used it wrong, or if parsing age-restricted content is not supported now.
Checklist
The text was updated successfully, but these errors were encountered: