Files
addon/servers/mixdrop.json
2023-11-14 20:45:33 +01:00

34 lines
671 B
JSON

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "mixdro?o?ps?.[^/]+/(?:f|e)/([a-z0-9]+)",
"url": "https://mixdrop.ag/e/\\1"
},
{
"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"
}
]
},
"free": true,
"id": "mixdrop",
"name": "MixDrop",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}