Skip to content

Instantly share code, notes, and snippets.

@johzzy
Created October 19, 2019 04:48
Show Gist options
  • Save johzzy/d53c7c75fe6ef17f9d8776b62d42a258 to your computer and use it in GitHub Desktop.
Save johzzy/d53c7c75fe6ef17f9d8776b62d42a258 to your computer and use it in GitHub Desktop.
function ydlplay($url) {
$(youtube-dl -g $url) | ForEach-Object { ffplay -hide_banner $_ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment