diff --git a/README.md b/README.md index ec91b41e..6638c72e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Paste the link, get the video, move on. It's that simple. Just how it should be. | Streamable | ✅ | ✅ | ✅ | | | TikTok | ✅ | ✅ | ✅ | Supports downloads of: videos with or without watermark, images from slideshow without watermark, full (original) audios. | | Tumblr | ✅ | ✅ | ✅ | Support for audio file downloads. | -| Twitch Clips/VODs | ✅ | ✅ | ✅ | | +| Twitch Clips & Videos | ✅ | ✅ | ✅ | | | Twitter/X * | ✅ | ✅ | ✅ | Ability to pick what to save from multi-media tweets. | | Vimeo | ✅ | ✅ | ✅ | Audio downloads are only available for dash files. | | Vine Archive | ✅ | ✅ | ✅ | | diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json index e65b4f3e..288c1d17 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -74,7 +74,7 @@ "enabled": true }, "twitch": { - "alias": "twitch clips, videos & vods", + "alias": "twitch clips & videos", "tld": "tv", "patterns": ["videos/:video", ":channel/clip/:clip"], "enabled": true