Downloading videos in flv format from youtube.

后端 未结 3 481
闹比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条回答
  •  -上瘾入骨i
    2021-01-31 07:14

    I would recommend writing your own parser using urllib2 or beautifulsoup. You can look at the source code for DownThemAll to see how that plugin finds the video url

提交回复
热议问题