mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-06 00:10:02 +00:00
servicesConfig: add one more instagram link type
This commit is contained in:
parent
40555a4716
commit
e25b0cdf1c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
"instagram": {
|
"instagram": {
|
||||||
"alias": "instagram reels, posts & stories",
|
"alias": "instagram reels, posts & stories",
|
||||||
"patterns": [
|
"patterns": [
|
||||||
"reels/:postId", "reel/:postId", "p/:postId",
|
"reels/:postId", "reel/:postId", "p/:postId", ":username/p/:postId",
|
||||||
"tv/:postId", "stories/:username/:storyId"
|
"tv/:postId", "stories/:username/:storyId"
|
||||||
],
|
],
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
|
Loading…
Reference in a new issue