maestro-react-player
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -28,3 +28,2 @@ 'use strict'; | ||
var MATCH_URL = /^(https?:\/\/)?([\da-z\\.-]+)\.([a-z\\.]{2,6})([\\/\w \\.-]*)*\/?$/; | ||
var PLAYER_ID_PREFIX = 'Iframe-player-'; | ||
@@ -173,5 +172,5 @@ | ||
Iframe.canPlay = function (url) { | ||
return MATCH_URL.test(url); | ||
return true; | ||
}; | ||
exports['default'] = (0, _singlePlayer2['default'])(Iframe); |
{ | ||
"name": "maestro-react-player", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion", | ||
@@ -5,0 +5,0 @@ "main": "lib/ReactPlayer.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1652788
3988