mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-03 21:41:21 +00:00
added support for douyin
- full support for douyin (no watermark) - fixed up some tiktok stuff in the module
This commit is contained in:
@@ -66,7 +66,11 @@
|
||||
"enabled": false
|
||||
},
|
||||
"tiktok": {
|
||||
"patterns": [":user/:type/:postId", ":id"],
|
||||
"patterns": [":user/video/:postId", ":id"],
|
||||
"enabled": true
|
||||
},
|
||||
"douyin": {
|
||||
"patterns": ["video/:postId", ":id"],
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user