mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 08:35:32 +00:00
@ -78,7 +78,7 @@ class _MatchChildParser(_MatchParser):
|
||||
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]
|
||||
))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user