@ormoshe/js-video-url-parser 0.5.16 → 0.5.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1857,7 +1857,7 @@
1857
1857
  return this.createUrl('https://streamable.com/', vi, params);
1858
1858
  };
1859
1859
 
1860
- base.bind(new Groove());
1860
+ base.bind(new Streamable());
1861
1861
 
1862
1862
  var lib = base;
1863
1863
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ormoshe/js-video-url-parser",
3
- "version": "0.5.16",
3
+ "version": "0.5.17",
4
4
  "description": "A parser to extract provider, video id, starttime and others from YouTube, Vimeo, ... urls",
5
5
  "main": "lib/index.js",
6
6
  "browser": "dist/jsVideoUrlParser.js",