开发者

YouTube download link generator in Python

Ho开发者_开发问答w to convert something like

http://www.youtube.com/watch?v=ZYffV7qhvTc

into something like http://something.flv [the downloadable file of corresponding video]

in Python?


youtube-dl. On the command line:

youtube-dl -g http://www.youtube.com/watch?v=ZYffV7qhvTc

If you want it in pure Python, have a look at the source code and call download with the appropriate setup.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜