Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Downloading video from YouTube

I wish to download a video from YouTube and then extract its audio.

Can anyone point me to some C# code to download a video?

For clarification purposes, I already know how to extract audio from a .FLV file like these.

like image 784
Maxim Zaslavsky Avatar asked Jul 04 '09 23:07

Maxim Zaslavsky


People also ask

How do you download a YouTube video to a file?

Tap the Downloads icon at the bottom right of the screen (an arrow pointing down with a line under it) to see the video download progress. Once the video has finished downloading, tap the video file name to open the Documents screen. If the video starts to play, stop the video and press Done to exit the video.


1 Answers

I've written a library that is up-to-date, since all the other answers are outdated:

https://github.com/flagbug/YoutubeExtractor

like image 167
Flagbug Avatar answered Sep 29 '22 00:09

Flagbug