rebase servers

This commit is contained in:
marco
2020-03-06 20:50:52 +01:00
parent a2c4aeb93b
commit 2ecdf23042
193 changed files with 5798 additions and 509 deletions
Regular → Executable
+6 -2
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"
}
}