From c22a50f5d14cf2cb895fb2345f69ed5ec2866427 Mon Sep 17 00:00:00 2001 From: Marc Goodner Date: Sun, 5 Apr 2026 01:45:00 -0700 Subject: [PATCH] docs: update youtube module registration to amplifier-youtube MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename: tool-youtube-dl → youtube (module ID) - Rename: amplifier-module-tool-youtube-dl → amplifier-youtube (repo) - Expand description to cover three tools: download, search, and feed access - Module now provides: youtube-dl, youtube-search, youtube-feed --- docs/MODULES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MODULES.md b/docs/MODULES.md index da4d6b42..c0ee0a1c 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -273,7 +273,7 @@ Modules built by the community. | Module | Description | Author | Repository | |--------|-------------|--------|------------| -| **tool-youtube-dl** | Download audio and video from YouTube with metadata extraction | [@robotdad](https://github.com/robotdad) | [amplifier-module-tool-youtube-dl](https://github.com/robotdad/amplifier-module-tool-youtube-dl) | +| **youtube** | YouTube download, search, and account feed access — audio/video download, keyword and filtered search (YouTube Data API + yt-dlp fallback), watch history, subscriptions, liked videos, and more | [@robotdad](https://github.com/robotdad) | [amplifier-youtube](https://github.com/robotdad/amplifier-youtube) | | **tool-whisper** | Speech-to-text transcription using OpenAI's Whisper API | [@robotdad](https://github.com/robotdad) | [amplifier-module-tool-whisper](https://github.com/robotdad/amplifier-module-tool-whisper) | | **tool-memory** | Persistent memory tool for storing and retrieving facts across sessions | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-module-tool-memory](https://github.com/michaeljabbour/amplifier-module-tool-memory) | | **tool-rlm** | Recursive Language Model (RLM) for processing 10M+ token contexts via sandboxed Python REPL | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-module-tool-rlm](https://github.com/michaeljabbour/amplifier-module-tool-rlm) |