Problem/Motivation
The formatter right now doesn't support embedding YouTube shorts.
Steps to reproduce
Do as usual, and try to add YouTube shorts video to the page.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | plyr-youtube-shorts-support.patch | 810 bytes | blade_ukraine |
Issue fork plyr-3526630
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
blade_ukraine commentedHere is the patch for that. I've modified the regular expression that is used in the formatter to support YouTube shorts URL's.
Comment #3
blade_ukraine commentedComment #4
it-cru@blade_ukraine: I've tested regex change via https://www.phpliveregex.com/ and it worked as expected.
Comment #7
it-cruComment #8
it-cru