embed-video
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -165,3 +165,3 @@ var URL = require('url') | ||
fetch('http://vimeo.com/api/v2/video/' + id + '.json') | ||
fetch('https://vimeo.com/api/v2/video/' + id + '.json') | ||
.then(function (res) { | ||
@@ -168,0 +168,0 @@ if (res.status !== 200) { |
{ | ||
"name": "embed-video", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Get embed code for embedding youtube/vimeo/whatever video in websites from URL or ID", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
22602