TooTallNate / spotify-uri

Parse and format the various Spotify URI formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Parse Youtube Link

aiko-chan-ai opened this issue · comments

Preview:
image

Code

import * as spot from 'spotify-uri';
console.log(spot.parse('https://www.youtube.com/playlist?list=random'))

This is a well known limitation. You have to check the domain before using the library 🙂