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.
Playing the same raw url on different domains #9514
Comments
|
See #9001 (comment). |
|
Hi Yan12125, the problem is with the ip section at the URL. Fx I have the following raw URL extracted by youtube-dl where the IP address is shown : https://redirector.googlevideo.com/videoplayback?ip=216.145.0.234 and I want to play this video at the 168.172.2.2 I dont think this is the issue for the redirector, at least as I try the redirector at the another IP it does not work.. |
|
The redirector approach is just a workaround and some people found it works. Essentially there's no guarantee that the URL resolved from one IP is valid for another IP. If you want a valid URL for 168.172.2.2, run youtube-dl on 168.172.2.2, too. Other options can be proxies, while they're far out of the scope of youtube-dl. |
|
Using the redirector and same ip is it still necessary to also have the cookie. Or would it using the redirector and same IP be enough? |
Hi,
I have an issue regarding the youtube-dl -g [url] command. As the extracted information is only valid for the ip adresses that are in the same domain, I would like to know if there is anyway to use the same url in different ip domains? ,
I tried the cookies option and forwarded the cookie file to different ip domains but no luck.. Currently it seems that only ip is the barrier to share the url on different ips/machines.