Downloading videos in flv format from youtube.

后端 未结 3 482
闹比i
闹比i 2021-01-31 06:08

I cant really understand how youtube serves videos but I have been reading through what I can, it seems like the old method get_video is now obsolete and can\'t be used any more

3条回答
  •  梦如初夏
    2021-01-31 06:53

    You might have some luck with youtube-dl

    http://rg3.github.com/youtube-dl/documentation.html

    I'm not sure if there's a good API, but it's written in Python, so theoretically you could do something a little better than Popen :)

提交回复
热议问题