update README.md
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user