Files
addon/servers/akvideo.json
Alhaziel01 097be756fe Fix Impostazioni server
(cherry picked from commit cf125d1e2b)
2021-06-16 18:22:50 +02:00

32 lines
836 B
JSON

{
"active": false,
"find_videos": {
"ignore_urls": [ "http://akvideo.stream/video/api"],
"patterns": [
{
"pattern": "https?://(?:akvideo\\.stream|akvi\\.club|akvi\\.icu|akki\\.monster)/[^\\s]+[/=]([$0-9]+)(?:[\\s<]|$|\\.html)",
"url": "http://akvideo.stream/swembedid/\\1"
},
{
"pattern": "https?://(?:akvideo\\.stream|akvi\\.club|akvi\\.icu|akki\\.monster)/(?:embed-|video/|video\\.php\\?file_code=)?([a-z0-9]+)(?:[\\s<]|$|\\.html)",
"url": "http://akvi.club/embed-\\1.html"
}
]
},
"free": true,
"id": "akvideo",
"name": "Akvideo",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "$ADDON[plugin.video.kod 70708]",
"type": "bool",
"visible": true
}
],
"cloudflare": true
}