{"id":20002557,"url":"https://github.com/abhishekkr/gowebvtt","last_synced_at":"2025-08-16T10:48:41.168Z","repository":{"id":65732722,"uuid":"596537317","full_name":"abhishekkr/gowebvtt","owner":"abhishekkr","description":"WebVTT Parser, parsing main parts of Web Video Text Tracks Format","archived":false,"fork":false,"pushed_at":"2023-06-24T21:47:21.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T13:15:33.218Z","etag":null,"topics":["go","golang","parser","parser-library","subtitles","subtitles-parsing","webvtt","webvtt-parser"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abhishekkr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-02T12:03:41.000Z","updated_at":"2023-02-02T12:06:08.000Z","dependencies_parsed_at":"2024-06-20T13:22:59.820Z","dependency_job_id":"58afc54d-2d41-4a72-ad48-54dc77367a63","html_url":"https://github.com/abhishekkr/gowebvtt","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishekkr%2Fgowebvtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishekkr%2Fgowebvtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishekkr%2Fgowebvtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishekkr%2Fgowebvtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhishekkr","download_url":"https://codeload.github.com/abhishekkr/gowebvtt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241439865,"owners_count":19963143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","parser","parser-library","subtitles","subtitles-parsing","webvtt","webvtt-parser"],"created_at":"2024-11-13T05:22:12.032Z","updated_at":"2025-03-02T00:17:16.707Z","avatar_url":"https://github.com/abhishekkr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## gowebvtt\n\n\u003e a Go package to parse **WebVTT subtitles** (Web Video Text Tracks Format) content \n\n* This package currently supports main features i.e. Time Marker, Subtitles \u0026 same-line Notes.\n\n* To parse use `gowebvtt.ParseFile(..)`\n\n* Example usage with Options\n\n```\npackage main\n\nimport (\n        \"github.com/abhishekkr/gowebvtt\"\n)\n\nfunc main() {\n        vttOpts := gowebvtt.VttOptions{Enabled: true, MaxLinesPerScene: 2}\n        vtt, err := gowebvtt.ParseFileWithOptions(\"sample.vtt\", vttOpts)\n        if errVtt != nil {\n                panic(errVtt)\n        }\n        gowebvtt.Println(vtt)\n}\n```\n\n---\n\n### ToDo\n\n\u003e [source: VTT Mozilla doc](https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API)\n\n* add support for multi-line NOTE\n\n* add support for Style \u0026 Cue blocks\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishekkr%2Fgowebvtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhishekkr%2Fgowebvtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishekkr%2Fgowebvtt/lists"}