Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# WEBVTT FILE parser for Ruby

**June 2025: This is basic and essentially unmaintained code. We suggest you check out this alternate more featured and more maintained gem: [https://github.com/opencoconut/webvtt-ruby](https://github.com/opencoconut/webvtt-ruby)**


Parse WebVTT files with Ruby.
The main goal is just to extract the text out with start and end times.
The parsing does not conform the [WebVTT specification](http://dev.w3.org/html5/webvtt/) at this point.
Expand Down