Skip to content

Instantly share code, notes, and snippets.

@kyle-morton
Created July 27, 2019 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyle-morton/1b99263f92dc09f5fb2ed01e1b89c5b6 to your computer and use it in GitHub Desktop.
Save kyle-morton/1b99263f92dc09f5fb2ed01e1b89c5b6 to your computer and use it in GitHub Desktop.
var strCmdText = "/C youtube-dl -i --extract-audio --audio-format mp3 --audio-quality 0 {YOUTUBE_URL};
System.Diagnostics.Process.Start("CMD.exe", strCmdText);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment