mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-04 15:29:59 +00:00
support for tiktok /t/ urls.
Merge pull request #13 from coolvrdude/current
This commit is contained in:
commit
aa9bb7d5d5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
"enabled": false
|
||||
},
|
||||
"tiktok": {
|
||||
"patterns": [":user/video/:postId", ":id"],
|
||||
"patterns": [":user/video/:postId", ":id", "t/:id"],
|
||||
"enabled": true
|
||||
},
|
||||
"douyin": {
|
||||
|
|
Loading…
Reference in a new issue