-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Problems with Restricted URLs in getStreamingData on Netlify (Only Some Videos) #828
Comments
It could be that they're blocking the server's IP, but you say it only happens with some videos so I'm not sure.. Have you tried changing the default client the |
Sorry for my inexperience, I am new to these topics, so I don't know if you could explain or share a link about the following questions.
|
I changed the InnertubeClient to TV, but the result is the same. To show my example: This is the URL that is denied: And this is another video obtained through my same API: |
Are you sure you changed to the TV client? In the streaming URL, it still says |
You're right, I hadn't noticed that it still says WEB. According to my changes, it should be like this:
|
Question
Hello everyone,
I am working on a YouTube client for Roku and I am experiencing a problem with some videos that are restricted when I use getStreamingData. The URL I get is restricted, but this only happens with some videos and on the server I set up on Netlify. When I make the same request from my local server on my laptop, the link is not restricted.
I want to know if this has happened to you, and if so, how you solved it.
For me, most videos work on my Netlify server except for a few specific ones.
Thanks in advance for your help!
Other details
My Code
The text was updated successfully, but these errors were encountered: