Skip to content

Instantly share code, notes, and snippets.

@fantattitude
Created September 4, 2012 22:21
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fantattitude/3627354 to your computer and use it in GitHub Desktop.
Save fantattitude/3627354 to your computer and use it in GitHub Desktop.
Spotify URL Regexp
spotifyReg = /(https?:\/\/open.spotify.com\/(track|user|artist|album)\/[a-zA-Z0-9]+(\/playlist\/[a-zA-Z0-9]+|)|spotify:(track|user|artist|album):[a-zA-Z0-9]+(:playlist:[a-zA-Z0-9]+|))/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment