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

Support for hash on Vimeo URLs #90

Closed gonzalo-massa closed 2 years ago

gonzalo-massa commented 2 years ago

Some Vimeo URLs include a hash in the URL path (vimeo.com/{video_id}/{hash}), or as a query string param (?h={hash}`).

This commit adds support for both formats (for parsing and creating urls).