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

8
servers/netutv.json Normal file → Executable file
View File

@@ -1,5 +1,5 @@
{
"active": true,
"active": false,
"find_videos": {
"ignore_urls": [],
"patterns": [
@@ -7,6 +7,10 @@
"pattern": "/netu/tv/(embed_)(.*?$)",
"url": "http://netu.tv/watch_video.php?v=\\2"
},
{
"pattern": "https://waaws.tk/player/embed_player.php?vid=([A-z0-9]+)&autoplay=yes",
"url": "http://netu.tv/watch_video.php?v=\\2"
},
{
"pattern": "(?:hqq|waaw|netu)(?:\\.tv\\/|\\.watch\\/|\\.php\\?).*?(?:v=|vid=)([A-z0-9]+)",
"url": "http://netu.tv/watch_video.php?v=\\1"
@@ -54,4 +58,4 @@
}
],
"thumbnail": "server_netutv.png"
}
}