]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/webvtt.py
[ie/GodResource] Add extractor (#9629)
[yt-dlp.git] / yt_dlp / webvtt.py
index c80c58631de13d12aad5932fd20976f4b9ec7a3e..7683bfb0f3a0768e44b76c70ab034cd2da5a5d82 100644 (file)
@@ -78,7 +78,7 @@ def commit(self):
 class ParseError(Exception):
     def __init__(self, parser):
         super().__init__("Parse error at position %u (near %r)" % (
-            parser._pos, parser._data[parser._pos:parser._pos + 20]
+            parser._pos, parser._data[parser._pos:parser._pos + 100]
         ))