Can't Download from youtube

前端 未结 4 654
臣服心动
臣服心动 2021-02-06 15:18

I have a script that downloads mp4 files from youtube. What it does is to generate link of the form http://youtube.com/get_video?video_id=*VIDEO_ID*&&t=*THE_TOKEN*=&

4条回答
  •  被撕碎了的回忆
    2021-02-06 15:35

    I've created a node.js server that can stream YouTube videos directly to the client and it works. See https://github.com/licson0729/node-YouTubeStreamer for details.

提交回复
热议问题