Community Patterns

Community Library Entry

2

Regular Expression
Created·2015-03-11 17:45
Flavor·ECMAScript (JavaScript)

/
(https?:\/\/)?(www.)?(youtube\.com|youtu\.be|youtube-nocookie\.com)\/(?:embed\/|v\/|watch\?v=|watch\?list=(.*)&v=)?((\w|-){11})(&list=(\w+)&?)?
/
i
Open regex in editor

Description

It gets the playlistID and the videoID to conform the embed URL from the video URL

Submitted by @rubenlopezgea