mpratt / Embera

A Oembed consumer library, that gives you information about urls. It helps you replace urls to youtube or vimeo for example, with their html embed code. It has advanced features like offline support, responsive embeds and caching support.
MIT License
335 stars 59 forks source link

Spotify artist link not working #103

Closed t-heuser closed 5 months ago

t-heuser commented 6 months ago

When using Spotify artists links the library returns an empty result. The link https://open.spotify.com/intl-de/artist/5eAWCfyUhZtHHtBdNk56l1?si=i0-JP01CRz-X4n_pQOZpKA for example doesn't work. The link is coming directly from Spotify, when you go to an artist page and click Share -> Copy link to artist.

The reason is that the Spotify Provider doesn't support the url parts intl-xx and artist as you can see in the validateUrl function.