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:
8
servers/netutv.json
Normal file → Executable file
8
servers/netutv.json
Normal file → Executable 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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user