Zod- / jsVideoUrlParser

A javascript parser to extract informations like provider, channel, id, start time from YouTube, Vimeo, Dailymotion, Twitch,... urls
MIT License
234 stars 73 forks source link

Allow parsing of /showcase URLs. #79

Closed brianlukoff closed 2 years ago

brianlukoff commented 3 years ago

The current Vimeo parser fails on a URL like https://vimeo.com/showcase/12345/video/67890 (it should still resolve to a video ID of 67890). This PR ignores the /showcase/* part of the URL.