Created
July 27, 2019 23:20
-
-
Save kyle-morton/1b99263f92dc09f5fb2ed01e1b89c5b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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