Files
addon/servers/fastplay.json
2021-06-16 09:33:30 +02:00

25 lines
465 B
JSON
Executable File

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "fastplay.(?:to|cc|sx)/(?:flash-|embed-|)([A-z0-9]+)",
"url": "http://fastplay.to/embed-\\1.html"
}
]
},
"free": true,
"id": "fastplay",
"name": "FastPlay",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}