-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webvtt.read_buffer doesnt work after upgrading to 0.4.4 #29
Comments
Hi @theaiinstitute I released 0.4.5 with a fix. Please confirm this resolves the issue. Thanks! |
It works! Thank for your quick reaction, appreciate that! |
Unfortunately, there is a problem for me too. Three years later, the problem still exists `url = 'https://hls.ted.com/project_masters/7970/subtitles/ja/full.vtt'
File "C:\Users\FARSHAD\AppData\Local\Programs\Python\Python310\lib\site-packages\webvtt\webvtt.py", line 68, in read_buffer |
Hi,
Here's the full script i've ran with
webvtt-py
version 0.4.4this script shows nothing, but when i print the variable
text
, it actually shows a lot of content. I think there's some problem with the functionread_buffer
in version 0.4.4. That is because when I just downgraded the version to 0.4.3 then everything worked fine.Please review this!
The text was updated successfully, but these errors were encountered: