mirror of
https://github.com/imputnet/cobalt.git
synced 2025-03-03 21:26:20 +00:00
servicesConfig/instagram: add support for reels link with username
This commit is contained in:
parent
cceae75275
commit
512e3feac9
|
@ -79,7 +79,7 @@
|
|||
"instagram": {
|
||||
"alias": "instagram reels, posts & stories",
|
||||
"patterns": [
|
||||
"reels/:postId", "reel/:postId", "p/:postId", ":username/p/:postId",
|
||||
"reels/:postId", ":username/reel/:postId", "reel/:postId", "p/:postId", ":username/p/:postId",
|
||||
"tv/:postId", "stories/:username/:storyId"
|
||||
],
|
||||
"enabled": true
|
||||
|
|
Loading…
Reference in a new issue