Aleksandar Dragacevac

Results 3 issues of Aleksandar Dragacevac

Hi, Is there a way to achive, to know that there is difference but to exit on max_diffs=1 ? For example: ``` a1 = {"a": 1, "b": [3,2,1]} a2 =...

Is there a way to change existing table range? For example: 1. Get table by name 2. Set new range instead let's say "A1:P8000" to "A1:P1000" Thank you in advance.

enhancement

Hello, Could we get support for BytesIO ? Example: import webvtt import BytesIO with open('test.srt', 'rb') as fh: buf = BytesIO(fh.read()) webvtt.from_srt(buf) This is not use case but example of...