Add support for YouTube Music

Created on 18 August 2022, almost 2 years ago
Updated 26 April 2024, 2 months ago

https://music.youtube.com

It looks like YouTube does not have an iframe embed, but they do provide a standard shareable link, for example: https://music.youtube.com/watch?v=r8rfB0ZDqlg

✨ Feature request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Chris Matthews

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States recrit

    For url provided "https://music.youtube.com/watch?v=r8rfB0ZDqlg", you could use Drupal core media's oEmbed "Remove Video" which will detect that Youtube url.
    oEmbed works for YouTube Music Podcasts too, but the embed url is not readily available.
    Example:
    https://music.youtube.com/playlist?list=PLSome-ThingRandom
    would be detected if entered as:
    https://www.youtube.com/embed/videoseries?list=PLSome-ThingRandom

Production build 0.69.0 2024