Files
addon/servers/directo.json
marco aea652c703 KoD 0.5
-Ridefinito il modo in cui vengono scritti i canali, per assicurare migliore stabilità, debuggabilità e coerenza
-Riscritti di conseguenza molti canali, corregendo di fatto moltissimi problemi che avete segnalato
-Quando aggiungi in videoteca da fonti in più lingue (ita/sub ita) o più qualità, ti viene chiesto quale tipo di fonte vuoi.
-Per gli amanti degli anime, aggiunto VVVVID (senza bisogno di account!)
-Aggiunti i server supervideo e hdload, fixato wstream
-migliorie varie
2019-11-07 19:10:53 +01:00

70 lines
1.4 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": "((?:http://|https://).*?m3u8)",
"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": "direct",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@60654",
"type": "bool",
"visible": true
},
{
"default": 0,
"enabled": true,
"id": "favorites_servers_list",
"label": "@60655",
"lvalues": [
"No",
"1",
"2",
"3",
"4",
"5"
],
"type": "list",
"visible": false
}
]
}