From a561e677351b424df48e66d8529ec904c6cf7123 Mon Sep 17 00:00:00 2001 From: mac12m99 <10120390+mac12m99@users.noreply.github.com> Date: Wed, 2 Jun 2021 17:37:08 +0200 Subject: [PATCH] Mixdrop: nuovo tipo link --- servers/mixdrop.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/servers/mixdrop.json b/servers/mixdrop.json index bfa1908d..1141cc68 100644 --- a/servers/mixdrop.json +++ b/servers/mixdrop.json @@ -6,6 +6,10 @@ { "pattern": "mixdrop[s]?.[^/]+/(?:f|e)/([a-z0-9]+)", "url": "https://mixdrop.co/e/\\1" + }, + { + "pattern": "(mixdrop[s]?.[^/]+/player\\.php\\?id=[a-z0-9-]+)", + "url": "https://\\1" } ] },