From 62f847ba617f5631cdfc709f725036bd2ecca90e Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Sun, 14 Jan 2024 23:54:36 +0000 Subject: [PATCH] servicesConfig: add support for instagram live vods --- 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 6ecd2745..a14087aa 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -68,7 +68,7 @@ "alias": "instagram reels, posts & stories", "patterns": [ "reels/:postId", "reel/:postId", "p/:postId", - "stories/:username/:storyId" + "tv/:postId", "stories/:username/:storyId" ], "enabled": true },