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

25 lines
439 B
JSON

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "(crunchyroll.com/[^/]+/[^-].*-\\d+).*$",
"url": "http://www.\\1"
}
]
},
"free": true,
"id": "crunchyroll",
"name": "crunchyroll",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}