jsVideoUrlParser icon indicating copy to clipboard operation
jsVideoUrlParser copied to clipboard

A javascript parser to extract informations like provider, channel, id, start time from YouTube, Vimeo, Dailymotion, Twitch,... urls

Results 26 jsVideoUrlParser issues
Sort by recently updated
recently updated
newest added

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...

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

Wistia has a short link variant (`wistia.com` -> `wi.st`) which is not supported yet. Short link pattern: https://wistia.com/support/developers/oembed#the-regex.

Unlisted Vimeo links consist of the video ID and an additional hash: `https://vimeo.com/[video_id]/[unlisted_hash]`. More information about unlisted Vimeo links can be found [here](https://www.denisbouquet.com/vimeo-url-2-strings-unlisted-hash-videos-with-2-ids/). The problematic links I'm encountering are **unlisted...

https://vimeo.com/event/59209 shouldn't be parsed as the normal vimeo video https://vimeo.com/59209

Please add support for Instagram reels, example : https://www.instagram.com/reel/CwmmCiGMyh-/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA%3D%3D

`#` is no longer (well) supported by youtube for timecoding. It should always be a normal qs value like `?v=...&t=123`

Can you please add support for Youtube shorts? That will be great.

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies