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) {