Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-04-05 12:23
Flavor·PCRE (Legacy)

/
(http:|https:|)\/\/(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com|be\-nocookie\.com))\/(video\/|embed\/|watch\?\S*v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?
/
g
Open regex in editor

Description

Extract movie ID from URLs like YouTube and Vimeo

Submitted by Max Chuhryaev