Skip to content

Instantly share code, notes, and snippets.

@jwerle
Created August 27, 2014 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwerle/e2a3c6645bfb598731a0 to your computer and use it in GitHub Desktop.
Save jwerle/e2a3c6645bfb598731a0 to your computer and use it in GitHub Desktop.
curl -s https://ws.spotify.com/search/1/track.json?q=portugal+the+man | bpkg json -b | grep tracks | grep href | grep spotify:track | awk '{print $2}' | tr -d '"' | tr -d 'spotify:track:'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment