mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-03 17:06:21 +01:00
servicesConfig/instagram: add support for reels link with username
This commit is contained in:
parent
cceae75275
commit
512e3feac9
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
"instagram": {
|
"instagram": {
|
||||||
"alias": "instagram reels, posts & stories",
|
"alias": "instagram reels, posts & stories",
|
||||||
"patterns": [
|
"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"
|
"tv/:postId", "stories/:username/:storyId"
|
||||||
],
|
],
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
|
Loading…
Reference in a new issue