mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-24 19:56:18 +01: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": {
|
"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