Releases: Zod-/jsVideoUrlParser
Releases · Zod-/jsVideoUrlParser
Allociné
Loom, Facebook, TS Errors
New Provider
- Added support for Loom by @henckellbach
- Added support for Facebook by @danylo-omelchenko and @piekarskid
Other
- remove export for template, since it gets ignored by npm #73 by @brunolazzaro
- Support for hash on Vimeo URLs #90 by @gonzalo-massa
- Allow parsing of vimeo /showcase URLs. #79 by @brianlukoff
- Feature/add new twitch clip urls #97 by @piekarskid
- Updated lots of old and obsolete dependencies
Fixes
Fixes
- Add missing TED export #69 thanks to @renatoaug
- TS: Error in type declaration #70 thanks to @brunolazzaro
TED, TikTok & Typescript type declarations
Mobile soundcloud
Added support for mobile SoundCloud urls by @takase1121.
TeacherTube & Consistent Create result
New Provider
- Added support for TeacherTube
Minor Breaking Change
- Made results of
create
consistent by return undefined when required data is missing (ids, media types, etc.) - Refactored internally used
combineParams
and removed the wrapped parameter it uses
Other
- Another audit fix run. Although these are only for dev dependencies anyway.
- Moved provider info and examples to wiki pages to reduce the size of the main readme
Dailymotion additions
- Added
'image'
formathttps://dailymotion.com/thumbnail/video/id
- Replaced
//
withhttps://
in'embed'
format to prevent 301 redirects
Add vimeo images and missing twitch clips url
- Added twitch.tv/channel/clips/id urls to register as clips instead of streams but will still contain the channel name.
- Added vimeo image formats with
'imageWidth'
,'imageHeight'
,'imageExtension'
special parameters.
Add www to YouTube urls
YouTube Channels & Audit fixes
- Added YouTube Channel media type by @jbaudanza
- When there's only a vanity channel/user name in the url the
'name'
parameter will be set instead of the'id'
- When there's only a vanity channel/user name in the url the
- Updated dev dependencies for audit fixes