Merge pull request #5594 from nurbek91/video.js

Update VideoJS, Brightcove #5558
main
Elbert Alias 3 years ago committed by GitHub
commit 9748f17acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1401,6 +1401,7 @@
"description": "Brightcove is a cloud-based online video platform.",
"dom": "iframe[src*='players.brightcove.'], link[href*='players.brightcove.']",
"icon": "Brightcove.png",
"scripts": "players\\.brightcove\\.net/",
"pricing": [
"mid",
"recurring"

@ -355,8 +355,12 @@
14
],
"description": "Video.js is a JavaScript and CSS library that makes it easier to work with and build on HTML5 video.",
"html": "<div[^>]+class=\"video-js+\">",
"icon": "VideoJS.svg",
"dom": "div.video-js",
"css": [
"\\.video-js\\;confidence:25",
"\\.vjs-big-play-button\\;confidence:75"
],
"js": {
"VideoJS": "",
"videojs": "",

Loading…
Cancel
Save