KoD 0.8.1
- riorganizzate le impostazioni - aggiunte descrizioni tag qualità su cb01 (presto anche sugli altri) - aggiunto il supporto alle serie di polpotv - fixato server mystream - fix Rinumerazione per episodi Nuovi
This commit is contained in:
Regular → Executable
+14
-3
@@ -4,14 +4,25 @@
|
||||
"ignore_urls": [],
|
||||
"patterns": [
|
||||
{
|
||||
"pattern": "http://flashservice.xvideos.com/embedframe/([0-9]+)",
|
||||
"url": "http://www.xvideos.com/video\\1"
|
||||
"pattern": "https://(?:flashservice|www).xvideos.com/embedframe/([0-9]+)",
|
||||
"url": "https://www.xvideos.com/video\\1/"
|
||||
},
|
||||
{
|
||||
"pattern": "https://www.xvideos.com/video([0-9]+)/",
|
||||
"url": "https://www.xvideos.com/video\\1/"
|
||||
},
|
||||
{
|
||||
"pattern": "http://www.xvideos.com/video([0-9]+)/",
|
||||
"url": "https://www.xvideos.com/video\\1/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"free": true,
|
||||
"id": "xvideos",
|
||||
"name": "xvideos",
|
||||
"premium": [
|
||||
"alldebrid"
|
||||
],
|
||||
"settings": [
|
||||
{
|
||||
"default": false,
|
||||
@@ -38,4 +49,4 @@
|
||||
"visible": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user