From 84c93ec456abfe2d0da48b55a328087a1f83ac82 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 9 Feb 2022 20:26:07 +0600 Subject: [PATCH 1/2] Update VideoJS, Brightcove --- src/technologies/b.json | 1 + src/technologies/v.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/technologies/b.json b/src/technologies/b.json index 463d35cd3..7fbc28126 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -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" diff --git a/src/technologies/v.json b/src/technologies/v.json index c83b604b5..23edf09d0 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -355,8 +355,11 @@ 14 ], "description": "Video.js is a JavaScript and CSS library that makes it easier to work with and build on HTML5 video.", - "html": "]+class=\"video-js+\">", "icon": "VideoJS.svg", + "css": [ + "\\.video-js\\;confidence:25", + "\\.vjs-big-play-button\\;confidence:75" + ], "js": { "VideoJS": "", "videojs": "", From 9c9f3aa2def1c10afca6507b480c1bd1f0ee2406 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 9 Feb 2022 20:31:44 +0600 Subject: [PATCH 2/2] html to dom --- src/technologies/v.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/v.json b/src/technologies/v.json index 23edf09d0..9244f9489 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -356,6 +356,7 @@ ], "description": "Video.js is a JavaScript and CSS library that makes it easier to work with and build on HTML5 video.", "icon": "VideoJS.svg", + "dom": "div.video-js", "css": [ "\\.video-js\\;confidence:25", "\\.vjs-big-play-button\\;confidence:75"