I wrote a program that gets youtube video URL and downloads it Up today I did this: 1. get video \"token\" from \"/get_video_info?video_id=ID\" like:
h
You can get the stream directly by using only
http://www.youtube.com/get_video_info?video_id=jN0nWjvzeNc
I made a little script to stream youtube videos in PHP. See how the script get the video file.
See the working demo here. I hope this can help you.