Created
December 5, 2017 21:54
-
-
Save artbikes/f0ffb17ddb053d855971061d622677a5 to your computer and use it in GitHub Desktop.
Display title of youtube video
This file contains hidden or 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
| #!/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