From 5523b1dedd2f9269d0f0ae8306f11ad01012e314 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 21 Feb 2025 15:54:11 +0800 Subject: [PATCH] fix: improve subtitle download reliability - Use --write-sub --write-auto-sub combination for better subtitle support - Simplify subtitle download logic to handle both regular and auto-generated subtitles - Add debug logging for better troubleshooting - Filter only .srt files as final output - Bump version to 0.6.20 --- package.json | 2 +- src/index.mts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8f8f95a..49edd72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevinwatt/yt-dlp-mcp", - "version": "0.6.19", + "version": "0.6.20", "description": "yt-dlp MCP Server - Download video content via Model Context Protocol", "keywords": [ "mcp", diff --git a/src/index.mts b/src/index.mts index e0ef106..b6c4576 100644 --- a/src/index.mts +++ b/src/index.mts @@ -14,7 +14,7 @@ import * as path from "path"; import { spawnPromise } from "spawn-rx"; import { rimraf } from "rimraf"; -const VERSION = '0.6.19'; +const VERSION = '0.6.20'; /** * System Configuration