From a1fdfefa6c6776700f8bb5a9a71d1df84321186e Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Mon, 29 Aug 2022 05:52:35 +0000 Subject: [PATCH] Added package brightcove (#2335) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index de5d226..9a1b1ed 100644 --- a/packages.json +++ b/packages.json @@ -27253,5 +27253,19 @@ "description": "Bitcoin Lightning client", "license": "MIT", "web": "https://github.com/juancarlospaco/bitcoin-lightning" + }, + { + "name": "brightcove", + "url": "https://github.com/thisago/brightcove", + "method": "git", + "tags": [ + "library", + "extractor", + "brightcove", + "video" + ], + "description": "Brightcove player parser", + "license": "MIT", + "web": "https://github.com/thisago/brightcove" } ]