mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-13 03:39:59 +00:00
servicesConfig: add support for /channels/uploader/id vimeo links (#459)
added support for /channels/uploader/id vimeo links closes https://github.com/wukko/cobalt/issues/458
This commit is contained in:
parent
c86e209e55
commit
291a3c2e53
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
"enabled": false
|
||||
},
|
||||
"vimeo": {
|
||||
"patterns": [":id", "video/:id", ":id/:password"],
|
||||
"patterns": [":id", "video/:id", ":id/:password", "/channels/:user/:id"],
|
||||
"enabled": true,
|
||||
"bestAudio": "mp3"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue