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:
marco
2020-03-14 17:03:57 +01:00
parent c642ddc358
commit 3cdedad7e8
413 changed files with 10944 additions and 1540 deletions
Regular → Executable
+14 -3
View File
@@ -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
}
]
}
}