Mahdi Yusuf
Mahdi Yusuf

Reputation: 21038

Download Videos from Youtube with Python

I am hoping to write a script that will allow for the detection of video on a url and provide a download link to a *flv for google chrome.

Anyone have any suggestions were to start and get a footing?

Upvotes: 1

Views: 905

Answers (1)

mykhal
mykhal

Reputation: 19924

if you don't want to reinvent the wheel: http://bitbucket.org/rg3/youtube-dl

Upvotes: 4

Related Questions