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" } ] },