Add another mixdrop domain regexp (#443)

This commit is contained in:
Michele Zuccalà
2023-11-14 20:30:34 +01:00
committed by GitHub
parent 5b04e52af4
commit 43f343555d

View File

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