Skip to content

0.4.2 (08-06-2018)

Compare
Choose a tag to compare
@glut23 glut23 released this 08 Jun 19:14
· 77 commits to master since this release
  • Renamed and reorganized few of the modules
  • Parsing methods are now class methods: read, from_srt and from_sbv
  • Improved usability with the addition of shortcuts to avoid instantiating the classes so we can do:

import webvtt

webvtt.read('captions.vtt') # this will return a WebVTT instance