Files
addon/servers/directo.json
4l3x87 4f83b6f8be Recupero url su community channel + varie (#329)
* Aggiunto recupero da url + varie

* Autoplay da community channel

* small fix

* cambiato patter server "directo" per escludere gli spazi vuoti e trovare url di file m3u8, mp4, mpeg, mpd, flv m3u
Aggiunta funzionalità sul canale community per filtrare i risultati trovati tramite patterns

* fix consigliati

* fix se l'url inserito è un server conosciuto da kod

* creata chiave apposita "find_links" per differenziare il funzionamento standard aggiunto il controllo sugli short link (per poterli utilizzare nel canale), aggiunto is.gd come servizio di short link su unshortenit

Co-authored-by: Alex Pettiti <alex.pettiti@axterisko.it>
Co-authored-by: mac12m99 <10120390+mac12m99@users.noreply.github.com>
2021-08-26 18:19:35 +02:00

53 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "((?:https?://).\\S+.(m3u8|mp4|mpeg|mpd|flv)[^\"'\n]*)",
"url": "\\1"
},
{
"pattern": "(http://[a-zA-Z0-9]+\\.mysites\\.com\\/get_file\\/.*?\\.mp4)",
"url": "\\1"
},
{
"pattern": "flashvars=\"file=(http://[^\\.]+.myspacecdn[^\\&]+)&",
"url": "\\1"
},
{
"pattern": "(http://[^\\.]+\\.myspacecdn.*?\\.flv)",
"url": "\\1"
},
{
"pattern": "(http://api.ning.com.*?\\.flv)",
"url": "\\1"
},
{
"pattern": "file\\=(http\\:\\/\\/es.video.netlogstatic[^\\&]+)\\&",
"url": "\\1"
},
{
"pattern": "file=http.*?mangaid.com(.*?)backcolor=",
"url": "http://mangaid.com\\1"
},
{
"pattern": "so\\.addVariable\\(\\file\\,\\(http\\://peliculasid[^\\']+)",
"url": "\\1"
}
]
},
"free": true,
"id": "directo",
"name": "@30137",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}