Skip to content

Commit

Permalink
servicesConfig: add support for m.tiktok links
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed May 22, 2024
1 parent 209fa32 commit 18a159d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/processing/servicesConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 18a159d

Please sign in to comment.