Youtube video download URL

后端 未结 5 1969
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 18:22

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         


        
5条回答
  •  抹茶落季
    2021-01-29 19:16

    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.

提交回复
热议问题