mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
servicesConfig: add support for embed links from ok.ru
This commit is contained in:
parent
44668ad962
commit
5222d93c69
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
"ok": {
|
"ok": {
|
||||||
"alias": "ok video",
|
"alias": "ok video",
|
||||||
"tld": "ru",
|
"tld": "ru",
|
||||||
"patterns": ["video/:id"],
|
"patterns": ["video/:id", "videoembed/:id"],
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"youtube": {
|
"youtube": {
|
||||||
|
|
Loading…
Reference in a new issue