Fix Ninjastream

This commit is contained in:
Alhaziel01
2021-03-09 16:28:16 +01:00
parent 87694b51ab
commit 421f145a94
2 changed files with 10 additions and 5 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "ninjastream.to/(?:watch/)?([0-9a-zA-Z]+)",
"pattern": "ninjastream\\.to/(?:watch|download)/([0-9a-zA-Z]+)",
"url": "https://ninjastream.to/watch/\\1"
}
]