Skip to content

Commit 45bb610

Browse files
committed
Add support for YouTube Shorts
1 parent 79ec23e commit 45bb610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources/oembed.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,7 @@
11041104
'|^https?://youtu\\.be/.*$|i',
11051105
'|^https?://.*\\.youtube\\.com/playlist\\?list\\=.*$|i',
11061106
'|^https?://.*\\.youtube\\.com/playlist\\?.*$|i',
1107+
'|^https?://.*\\.youtube\\.com/shorts/.*$|i',
11071108
],
11081109
'https://app.zeplin.io/embed' => [
11091110
'|^https?://app\\.zeplin\\.io/project/.*/screen/.*$|i',

0 commit comments

Comments
 (0)