From ad246fb0637bfc5ce6d468393d8d79530c166b47 Mon Sep 17 00:00:00 2001 From: ilmich Date: Sun, 25 Feb 2024 14:17:37 +0100 Subject: [PATCH] mixdrop: include another path --- servers/mixdrop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/mixdrop.json b/servers/mixdrop.json index 3e009e59..20b9a808 100644 --- a/servers/mixdrop.json +++ b/servers/mixdrop.json @@ -4,7 +4,7 @@ "ignore_urls": [], "patterns": [ { - "pattern": "mixdro?o?ps?.[^/]+/(?:f|e)/([a-z0-9]+)", + "pattern": "mixdro?o?ps?.[^/]+/(?:f|e|emb)/([a-z0-9]+)", "url": "https://mixdrop.ag/e/\\1" }, {