tiptap
tiptap copied to clipboard
[Bug]: Youtube Extension: "https://www.youtube.com/live/[id]" cannot be embedded
Affected Packages
@tiptap/extension-youtube
Version(s)
2.5.8
Bug Description
The URL format for YouTube live stream archives is:
https://www.youtube.com/live/[id]
It is not possible to embed videos of this format using the YouTube extension.
The same video can be viewed in the format:
https://www.youtube.com/watch?v=[id]
and this format can be embedded.
Browser Used
Chrome
Code Example URL
https://codesandbox.io/p/sandbox/awesome-danilo-p9588h
Expected Behavior
https://www.youtube.com/live/[id] can be embedded
Additional Context (Optional)
No response
Dependency Updates
- [X] Yes, I've updated all my dependencies.
Maybe this PR could be extended to include it. Seems like a moving target though... https://github.com/ueberdosis/tiptap/pull/4645
This issue seems to have been fixed in v2.13.0.