From c39fd8785c4d16b2087bc567e068bdf766589d8a Mon Sep 17 00:00:00 2001 From: kevinwatt Date: Sat, 22 Feb 2025 03:24:44 +0800 Subject: [PATCH] update README.md --- README.md | 2 +- docs/examples.md | 1 - package.json | 2 +- src/index.mts | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 docs/examples.md diff --git a/README.md b/README.md index 19cec4a..f7230cb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ An MCP server implementation that integrates with yt-dlp, providing video and au * **Subtitles**: Download subtitles in SRT format for LLMs to read * **Video Download**: Save videos to your Downloads folder with resolution control +* **Audio Download**: Save audios to your Downloads folder * **Privacy-Focused**: Direct download without tracking * **MCP Integration**: Works with Dive and other MCP-compatible LLMs @@ -98,7 +99,6 @@ npx @kevinwatt/yt-dlp-mcp ## Documentation - [API Reference](./docs/api.md) -- [Examples](./docs/examples.md) - [Configuration](./docs/configuration.md) - [Error Handling](./docs/error-handling.md) - [Contributing](./docs/contributing.md) diff --git a/docs/examples.md b/docs/examples.md deleted file mode 100644 index 0519ecb..0000000 --- a/docs/examples.md +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/package.json b/package.json index 63531f0..951da8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevinwatt/yt-dlp-mcp", - "version": "0.6.24", + "version": "0.6.25", "description": "An MCP server implementation that integrates with yt-dlp, providing video and audio content download capabilities (e.g. YouTube, Facebook, Tiktok, etc.) for LLMs.", "keywords": [ "mcp", diff --git a/src/index.mts b/src/index.mts index 5b25605..4e521ec 100644 --- a/src/index.mts +++ b/src/index.mts @@ -17,7 +17,7 @@ import { downloadVideo } from "./modules/video.js"; import { downloadAudio } from "./modules/audio.js"; import { listSubtitles, downloadSubtitles } from "./modules/subtitle.js"; -const VERSION = '0.6.24'; +const VERSION = '0.6.25'; /** * Validate system configuration