An open API service indexing awesome lists of open source software.

https://github.com/boostup/clean-srt-file

quick and dirty .srt cleanup (removing HTML or anything apart from the text itself)
https://github.com/boostup/clean-srt-file

cleaning srt-files srt-subtitles subtitles

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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```)