From 17d188191183aa1ec823649d7397a6285b3fb7fe Mon Sep 17 00:00:00 2001 From: Jonathan Rochkind Date: Tue, 10 Jun 2025 15:39:05 -0400 Subject: [PATCH] Warn of status in README, and point to more fully featured and maintained gem --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d47dce7..c883554 100644 --- a/README.md +++ b/README.md @@ -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.