diff --git a/README.md b/README.md index ee002846..e37752e2 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 aadc3926..9b56bcd3 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 },