From 7a15bdeadc1010ffeb5667c8642980b4c7752906 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 13 Nov 2025 01:45:11 +0800 Subject: [PATCH] fix: from lang bug --- src/subtitle/YouTubeCaptionProvider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subtitle/YouTubeCaptionProvider.js b/src/subtitle/YouTubeCaptionProvider.js index 1b17648..3141c4e 100644 --- a/src/subtitle/YouTubeCaptionProvider.js +++ b/src/subtitle/YouTubeCaptionProvider.js @@ -692,7 +692,7 @@ class YouTubeCaptionProvider { } let currentLine = null; - const MAX_LENGTH = 100; + const MAX_LENGTH = 30; for (const segment of flatEvents) { if (segment.text) {