Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-08-04 22:41
Flavor·PCRE2 (PHP)

/
(http(?: s) ?: \/\/(?:m.)?(?:www\.)?)?youtu(?:\.be\/|be\.com\/(?:watch\?(?:feature=youtu\.be\&)?v=|v\/|embed\/|user\/(?:[\w#]+\/)+))([^&#?\n]+)
/
Open regex in editor

Description

Extracts video id of YouTube videos. Note: will not work for playlists

Submitted by UnrealApex