/clean-srt-file

quick and dirty .srt cleanup (removing HTML or anything apart from the text itself)

Primary LanguageJavaScriptMIT LicenseMIT

clean-srt-file

Quick and dirty clean up of .srt files in order to keep only text and time marks.

npm start -- [path] [remove time marks]

cmd line args:

  1. enter the path of directory where *.srt file(s) are located
  2. enter y to remove or n to keep time marks (default is n)