servicesConfig: add support for instagram live vods
This commit is contained in:
parent
67329199e8
commit
62f847ba61
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
"alias": "instagram reels, posts & stories",
|
"alias": "instagram reels, posts & stories",
|
||||||
"patterns": [
|
"patterns": [
|
||||||
"reels/:postId", "reel/:postId", "p/:postId",
|
"reels/:postId", "reel/:postId", "p/:postId",
|
||||||
"stories/:username/:storyId"
|
"tv/:postId", "stories/:username/:storyId"
|
||||||
],
|
],
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue