YoutubeExplode.AspNetCore.Mvc
AspNetCore example for YoutubeExplode to download videos using stream class directly from youtube
Install / Use
/learn @SlowLogicBoy/YoutubeExplode.AspNetCore.MvcREADME
YoutubeExplode video stream with Asp Net Core example
Requirements:
- dotnet 2.1 SDK
Run (cmd/terminal) :
- git clone https://github.com/SlowLogicBoy/YoutubeExplode.AspNetCore.Mvc.git
- cd YoutubeExplode.AspNetCore.Mvc
- dotnet run
- go to http://localhost:5000/Youtube/Download/{youtubeVideoId} for example: http://localhost:5000/Youtube/Download/jgW7w-SCnAs
Main Point of interest is DownloadAudioAsync Method
