Quick and dirty clean up of .srt files in order to keep only text and time marks.
npm start -- [path] [remove time marks]
- enter the path of directory where
*.srt
file(s) are located - enter
y
to remove orn
to keep time marks (default isn
)
quick and dirty .srt cleanup (removing HTML or anything apart from the text itself)
JavaScriptMIT