Awesome
OCTANE-YoutubeExtractor
Overview
YoutubeExtractor is a library for .NET, written in C#, that allows to download videos from YouTube and/or extract their audio track (audio extraction currently only for flash videos). This fork is decicated to be used as a sample implementation of Octane Download Engine.
License
YoutubeExtractor has two licenses;
The YouTube URL-extraction code is licensed under the MIT License
The audio extraction code that is originally from FlvExtract is licenced under the GNU General Public License version 2 (GPLv2)
Files that are GPLv2 licensed are explicitly marked with the GPLv2 header at the top of the file. All other files are implicitly MIT licensed.
Credits
- FlvExtract for extracting MP3 and AAC audio tracks out of flash files.
- OctaneDownloadEngine