Skip to content

Releases: Zod-/jsVideoUrlParser

Allociné

20 Nov 22:05
Compare
Choose a tag to compare

New Provider

Loom, Facebook, TS Errors

16 Nov 20:57
Compare
Choose a tag to compare

New Provider

Other

Fixes

16 Nov 00:24
Compare
Choose a tag to compare

Fixes

TED, TikTok & Typescript type declarations

19 Sep 16:49
Compare
Choose a tag to compare

New Provider

Other

  • Added Typescript type declarations by @claabs
  • Removed Vimeo thumbnail parsing because the ids do not match up with the video ids #51

Mobile soundcloud

05 Apr 13:14
Compare
Choose a tag to compare

Added support for mobile SoundCloud urls by @takase1121.

TeacherTube & Consistent Create result

13 Jul 23:32
Compare
Choose a tag to compare

New Provider

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

13 May 21:47
Compare
Choose a tag to compare
  • Added 'image' format https://dailymotion.com/thumbnail/video/id
  • Replaced // with https:// in 'embed' format to prevent 301 redirects

Add vimeo images and missing twitch clips url

07 May 22:18
Compare
Choose a tag to compare
  • 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

22 Mar 02:05
Compare
Choose a tag to compare

Added www to YouTube urls to avoid the latency of a HTTP 301 redirect by @dmalan in #48 and #50.

YouTube Channels & Audit fixes

01 Mar 00:20
Compare
Choose a tag to compare
  • 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'
  • Updated dev dependencies for audit fixes