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 unlisted vimeo urls with url parameters #117

Open JannikApm opened 10 months ago

JannikApm commented 10 months ago

Resolves https://github.com/Zod-/jsVideoUrlParser/issues/116.

The pattern to extract the hash from the URL did work for URLs with following URL-params. It would ignore the hash completely in this case. I adjusted the regex to allow URL parameters after the hash.