Skip to content

Instantly share code, notes, and snippets.

@artbikes
Created December 5, 2017 21:54
Show Gist options
  • Select an option

  • Save artbikes/f0ffb17ddb053d855971061d622677a5 to your computer and use it in GitHub Desktop.

Select an option

Save artbikes/f0ffb17ddb053d855971061d622677a5 to your computer and use it in GitHub Desktop.
Display title of youtube video
#!/bin/bash
curl -s \
--data-urlencode "url=$1" \
--data-urlencode "format=json" \
http://www.youtube.com/oembed |
jq '.title'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment