Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 485 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 485 Bytes

YouTube Audio or Video Downloader RestAPI with C#

A simple API created with C# and Swagger to download YouTube content!

EndPoints:


POST - /api/audio

<string> rmVideo default true;

<string> url;


POST - /api/audio/playlist

<bool> rmVideo default true;

List<string> urls;


POST - /api/video

<string> url;


POST - /api/video/playlist

List<string> urls;


Requirements to run:

  • .Net CLI
  • ffmpeg apt-get
  • Run with sudo