Files
addon/servers/fastplay.json
python2-kod a17bca7bf8 fix python2
2024-02-17 07:11:04 +01:00

25 lines
465 B
JSON

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