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
+3 -3
View File
@@ -1,11 +1,11 @@
{
"active": true,
"active": false,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "vidup.(?:me|tv|io)/(?:embed-|)([A-z0-9]+)",
"url": "http://vidup.tv/embed-\\1.html"
"pattern": "vidup.(?:me|tv|io)/(?:embed-|embed/|)([A-z0-9]+)",
"url": "http://vidup.io/embed/\\1"
}
]
},