flagbug / YoutubeExtractor

A .NET library, that allows to download videos from YouTube and/or extract their audio track (currently only for flash videos).
811 stars 375 forks source link

How to download a video containing an audio track?. #177

Open ElektroStudios opened 8 years ago

ElektroStudios commented 8 years ago

The examples that the author provided are to download the video stream, or the audio stream (which firstly downloads a video containing the audio stream in the Temporay folder)

Well, what If I as the end-user would like just to download a "normal" video containing the audio?. just, a youtube video, not only the video stream.

I think that an additional implementation of the Downloader class is need to download a video containing the audio track inside...

amitary commented 7 years ago

Any update to this question? resolved / alternative / what?

shaunthasheep commented 7 years ago

download a version that has both audio and video (lower quality) or download them separately and use a second library to combine them into a single video just like a firefox addon would do

CodeA42 commented 7 years ago

And how do I do that?