From 29f13d84cad5500ca9c44d44a84838a5fdb81a3a Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 16 Jun 2022 23:48:10 +0600 Subject: [PATCH] Update Plyr, YouTube / video-players --- src/technologies/p.json | 8 +++++--- src/technologies/y.json | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index ac0093a6d..369464001 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1634,13 +1634,15 @@ "cats": [ 14 ], - "description": "Rlyr is a set of tools for splitting, applying and combining Data. ", + "description": "Plyr is a simple, lightweight, accessible and customizable HTML5, YouTube and Vimeo media player that supports modern browsers.", "icon": "Plyr.png", + "css": "--plyr-progress", "js": { "Plyr": "" }, - "scriptSrc": "https://cdn\\.plyr\\.io/([0-9.]+)/.+\\.js\\;version:\\1", - "website": "https://plyr.io/" + "scriptSrc": "cdn\\.plyr\\.io/([0-9.]+)/.+\\.js\\;version:\\1", + "oss": true, + "website": "https://plyr.io" }, "Po.st": { "cats": [ diff --git a/src/technologies/y.json b/src/technologies/y.json index a24de2ff6..08b9d594a 100644 --- a/src/technologies/y.json +++ b/src/technologies/y.json @@ -584,6 +584,7 @@ "description": "YouTube is a video sharing service where users can create their own profile, upload videos, watch, like and comment on other videos.", "html": "<(?:param|embed|iframe)[^>]+youtube(?:-nocookie)?\\.com/(?:v|embed)", "icon": "YouTube.png", + "scriptSrc": "\\.youtube\\.com/", "website": "http://www.youtube.com" }, "yellow.ai": {