mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
servicesConfig: add support for m.tiktok links
This commit is contained in:
@ -55,8 +55,8 @@
|
||||
},
|
||||
"tiktok": {
|
||||
"alias": "tiktok videos, photos & audio",
|
||||
"patterns": [":user/video/:postId", ":id", "t/:id", ":user/photo/:postId"],
|
||||
"subdomains": ["vt", "vm"],
|
||||
"patterns": [":user/video/:postId", ":id", "t/:id", ":user/photo/:postId", "v/:id.html"],
|
||||
"subdomains": ["vt", "vm", "m"],
|
||||
"enabled": true
|
||||
},
|
||||
"vimeo": {
|
||||
|
Reference in New Issue
Block a user