From d9eab6c3fddc7c757213c61f6e414643da28ea60 Mon Sep 17 00:00:00 2001 From: thc202 Date: Sat, 3 Jun 2023 11:21:34 +0100 Subject: [PATCH] Fix DOM selector Remove trailing comma. Signed-off-by: thc202 --- src/technologies/t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index 022759c10..0a6034bc7 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1933,7 +1933,7 @@ ], "description": "THRON is a digital asset management platform that provides a centralised hub for storing, organising, and distributing digital assets like images, videos, and documents.", "icon": "THRON.png", - "dom": "link[href*='.thron.com/'], img[src*='.thron.com/'],", + "dom": "link[href*='.thron.com/'], img[src*='.thron.com/']", "js": { "thronHlsJs": "", "THRONPlayer": ""