How can I download YouTube videos using .NET code?

Posted by JMSoft on Stack Overflow See other posts from Stack Overflow or by JMSoft
Published on 2009-12-05T11:57:20Z Indexed on 2010/05/30 12:02 UTC
Read the original article Hit count: 219

Filed under:
|
|
|

Does anybody know the VB or C# code to programmatically download a video from YouTube?

I have gone through all related questions on this site and the only code I have found (which uses the WebClient Class webclient.DownloadFileAsync) returns the text source of the video, but not the Flash video (.flv) file that needs to be downloaded?

Do you know any SDK or library which can help? I have also downloaded the GoogleAPI (YouTube DLL) but have not found a way of doing it.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about download