Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for previewing Youtube clips #6941

Closed
Pranav2612000 opened this issue May 24, 2024 Discussed in #6940 · 1 comment · Fixed by #6942
Closed

Add support for previewing Youtube clips #6941

Pranav2612000 opened this issue May 24, 2024 Discussed in #6940 · 1 comment · Fixed by #6942

Comments

@Pranav2612000
Copy link
Contributor

Discussed in #6940

Originally posted by Pranav2612000 May 24, 2024
At the moment we have support for previewing and playing Youtube videos ( using iframe ). It would be great if we could add support for Youtube clips as well.

Youtube clips are of the following format
https://www.youtube.com/embed/<id>?clip=<clipId>&clipt=<clipTimeIdentifier>

Users can get this id by using the "Share" button for the clip, choosing "Embed" and copying the src from the iframe
image

A small caveat is that the URL is HTML encoded so the user may need to change &amp; to &.

cc: @clearlysid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant