Update VideoJS, Brightcove

main
nurbek 3 years ago
parent abb1114a72
commit 84c93ec456

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

@ -355,8 +355,11 @@
14 14
], ],
"description": "Video.js is a JavaScript and CSS library that makes it easier to work with and build on HTML5 video.", "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", "icon": "VideoJS.svg",
"css": [
"\\.video-js\\;confidence:25",
"\\.vjs-big-play-button\\;confidence:75"
],
"js": { "js": {
"VideoJS": "", "VideoJS": "",
"videojs": "", "videojs": "",

Loading…
Cancel
Save