Skip to content

Instantly share code, notes, and snippets.

@kidd
Created March 19, 2015 15:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidd/434a77d17af3cc3a2119 to your computer and use it in GitHub Desktop.
Save kidd/434a77d17af3cc3a2119 to your computer and use it in GitHub Desktop.
interactive("youtube-dl", "download youtube video",
function (I) {
shell_command_blind("youtube-dl " + I.buffer.display_uri_string);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment