From 512e3feac9ea6bb09ada0bfbfa786b71296fc953 Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Sun, 7 Apr 2024 00:07:19 +0000 Subject: [PATCH] servicesConfig/instagram: add support for reels link with username --- src/modules/processing/servicesConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json index 1b6730c..633fa2a 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -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