From ac537153a50d272e764b24dbfef79e6301f0e89e Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 17 May 2024 21:58:07 +0600 Subject: [PATCH] instagram: don't advertise stories support current implementation is extremely rate limited (getting about 2 stories gets the account rate limited) and therefore it's not viable to advertise stories as supported tiny cobalt instances, however, might have SOME sort of downloading success, so i'm not removing the functionality completely --- README.md | 5 ++--- src/modules/processing/servicesConfig.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a2bcc298..1ce676ac 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ this list is not final and keeps expanding over time. if support for a service y | :-------- | :-----------: | :--------: | :--------: | :------: | :-------------: | | bilibili.com & bilibili.tv | ✅ | ✅ | ✅ | ➖ | ➖ | | dailymotion | ✅ | ✅ | ✅ | ✅ | ✅ | -| instagram posts & stories | ✅ | ✅ | ✅ | ➖ | ➖ | -| instagram reels | ✅ | ✅ | ✅ | ➖ | ➖ | +| instagram posts & reels | ✅ | ✅ | ✅ | ➖ | ➖ | | ok video | ✅ | ❌ | ❌ | ✅ | ✅ | | pinterest | ✅ | ✅ | ✅ | ➖ | ➖ | | reddit | ✅ | ✅ | ✅ | ❌ | ❌ | @@ -44,7 +43,7 @@ this list is not final and keeps expanding over time. if support for a service y ### additional notes or features (per service) | service | notes or features | | :-------- | :----- | -| instagram | supports photos, videos, and stories. lets you pick what to save from multi-media posts. | +| instagram | supports reels, photos, and videos. lets you pick what to save from multi-media posts. | | pinterest | supports photos, gifs, videos and stories. | | reddit | supports gifs and videos. | | soundcloud | supports private links. | diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json index 0b98f1d5..f714b827 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -70,7 +70,7 @@ "enabled": true }, "instagram": { - "alias": "instagram reels, posts & stories", + "alias": "instagram posts & reels", "altDomains": ["ddinstagram.com"], "patterns": [ "reels/:postId", ":username/reel/:postId", "reel/:postId", "p/:postId", ":username/p/:postId",