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.
youtube-dl -g [url] does not load on other browser #9460
Comments
There's no guarantee that the resolved URL can be played on different IPs. See this FAQ entry. #9001 (comment) may help. |
|
Thanks alot, redirector works. |
Hi! Thank you for the great project.
As I am trying to simulate youtube alike application for my project, I do fail to play a youtube video source URL on frontend (another IP than the backend) that is extracted on backend. When I play at the same machine that the URL extracted from, the same URL does not played at the another machine..
The issue is similar: #897 and it is possibly because of --cookies .
I could not find a solution at the above issue, therefore opening a new issue here.
Any possible way to solve the problem?