From 244357820d5cbf0a6a7b62e009f0d590e069ce0a Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 20 Aug 2023 19:59:34 +0600 Subject: [PATCH] update readme and services config --- README.md | 2 +- src/modules/processing/servicesConfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee00284..e37752e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Paste the link, get the video, move on. It's that simple. Just how it should be. | Service | Video + Audio | Only audio | Only video | Additional notes or features | | -------- | :---: | :---: | :---: | :----- | | bilibili.com | ✅ | ✅ | ✅ | | -| Instagram | ✅ | ✅ | ✅ | Ability to pick what to save from multi-media posts. | +| Instagram | ✅ | ✅ | ✅ | Supports photos and videos, lets you pick what to save from multi-media posts. | | Instagram Reels | ✅ | ✅ | ✅ | | | Pinterest | ✅ | ✅ | ✅ | Support for videos and stories. | | Reddit | ✅ | ✅ | ✅ | Support for GIFs and videos. | diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json index aadc392..9b56bcd 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -53,7 +53,7 @@ "enabled": true }, "instagram": { - "alias": "instagram reels & video posts", + "alias": "instagram reels & posts", "patterns": ["reels/:id", "reel/:id", "p/:id"], "enabled": true },