Skip to content

Instantly share code, notes, and snippets.

@gsmitheidw
Created February 22, 2019 18:10
Show Gist options
  • Select an option

  • Save gsmitheidw/1e5f8750ccb2e8fd7f43d19d4bde22d0 to your computer and use it in GitHub Desktop.

Select an option

Save gsmitheidw/1e5f8750ccb2e8fd7f43d19d4bde22d0 to your computer and use it in GitHub Desktop.
params example powershell
param (
[Parameter(Mandatory=$true)]
[string]$url = $( Read-Host "URL>")
)
youtube-dl.exe -x --audio-format mp3 --audio-quality 192K $url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment