Skip to content

Instantly share code, notes, and snippets.

@natasv
Created October 24, 2016 14:22
Show Gist options
  • Save natasv/34f819d0bc24260c7a586dc9010a2f14 to your computer and use it in GitHub Desktop.
Save natasv/34f819d0bc24260c7a586dc9010a2f14 to your computer and use it in GitHub Desktop.
var isYoutube = videoUrl.match(/(?:youtu|youtube)(?:\.com|\.be)\/([\w\W]+)/i);
var isVimeo = videoUrl.match(/^.*(?:vimeo.com)\/(?:channels\/|channels\/\w+\/|groups\/[^\/]*\/videos\/|album‌​\/\d+\/video\/|video\/|)(\d+)(?:$|\/|\?)/);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment