Fix Server Youtube

This commit is contained in:
Alhaziel
2019-10-11 17:30:42 +02:00
parent 4a7fe5c784
commit 6bc96e9845
2 changed files with 78 additions and 46 deletions
+5
View File
@@ -15,6 +15,11 @@
"pattern": "youtube.com/v/([0-9A-Za-z_-]{11})",
"url": "http://www.youtube.com/watch?v=\\1"
}
,
{
"pattern": "youtu.be/([0-9A-Za-z_-]{11})",
"url": "http://www.youtube.com/watch?v=\\1"
}
]
},
"free": true,