Files
addon/servers/goodstream.json
2025-01-16 00:40:16 +01:00

26 lines
478 B
JSON
Executable File

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "goodstream.uno/(?:video/embed/)?([a-zA-Z0-9]+)",
"url": "https://goodstream.uno/video/embed/\\1/680x420"
}
]
},
"free": true,
"id": "goodstream",
"name": "GoodStream",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}