tiptap icon indicating copy to clipboard operation
tiptap copied to clipboard

[Bug]: Youtube Extension: "https://www.youtube.com/live/[id]" cannot be embedded

Open k1350 opened this issue 1 year ago • 1 comments

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.

k1350 avatar Aug 06 '24 01:08 k1350

Maybe this PR could be extended to include it. Seems like a moving target though... https://github.com/ueberdosis/tiptap/pull/4645

nperez0111 avatar Aug 06 '24 07:08 nperez0111

This issue seems to have been fixed in v2.13.0.

k1350 avatar Jun 11 '25 06:06 k1350