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.
Failed to get final url #418
Comments
|
The URL you get with But for your application - as far as I understand, you want to convert on the fly without having to download the whole file - you can just use the If that doesn't work, you can also try to download with the cookies saved by |
Hye, I want to know is there any way to get the "final url" before the video is download by server.
by using this command, the url is not finalize yet, I cant access directly to the video url. I think you understand what I means after youtube changed.
youtube-dl --get-url http://youtube.com/watch?v=Id
What I mean is after Downloading video webpage, Downloading video info webpage, Extracting video information..
is it possible to get the "final url" after extracting video information? Because I know with that final url, the server can download the video from youtube. using --get-url cant get that final url.
why I need this "final url" ?
Currently Im developing php script to download the mp3 from youtube instantly. yes instantly.
Of course it works fine on my pc because the access token is always created.
But on this program, Im stuck. I hope that you can show me how to get the final url.
Thanks.