From 3e94e876076f07f00706083f1182c6e8d7508aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michele=20Zuccal=C3=A0?= Date: Tue, 14 Nov 2023 20:30:34 +0100 Subject: [PATCH] Add another mixdrop domain regexp (#443) --- servers/mixdrop.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/servers/mixdrop.json b/servers/mixdrop.json index 1a195a47..dba6a8c6 100644 --- a/servers/mixdrop.json +++ b/servers/mixdrop.json @@ -10,6 +10,10 @@ { "pattern": "(mixdro?ps?.[^/]+/player\\.php\\?id=[a-z0-9-]+)", "url": "https://\\1" + }, + { + "pattern": "(mdy[a-z0-9]*\\.[a-z0-9]+/(?:f|e)/[a-z0-9]+)", + "url": "https://\\1" } ] },