Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Access to direct URL denied #19187
Access to direct URL denied #19187
Comments
|
@remitamine I have been using YouTube-dl in my application to obtain direct URLs of YouTube videos and allow users to view them in custom players (without downloading the actual video). However, if the request is not made with the same IP address and cookies, and it is done automatically by Firebase Cloud Functions, what would be a workaround for this? How can I still generate a working URL and provide it to my user upon their custom request? P.S. Do the URLs generated from Any help would be appreciated! |
|
The server controls the requests that it can accept or refuse. |
|
So there is no way to send a request from Firebase Cloud Functions an URL specifically for that user and his machine/ip in order for the link to work for that user even though he does not have YouTube-DL? |
|
i'm not familiar with Firebase Cloud Functions and you're refering to |
When calling

getInfoand obtaining all the links from formats, on some videos(not all) I do not have access to the direct video link. When trying to load the link into my browser, I simply get:Has anyone encountered this issue and know how it can be fixed?