mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-14 04:10:00 +00:00
servicesConfig/instagram: add support for reels link with username (#423)
This commit is contained in:
commit
d98f2bfd87
1 changed files with 1 additions and 1 deletions
|
@ -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