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)
- Host: GitHub
- URL: https://github.com/boostup/clean-srt-file
- Owner: boostup
- License: mit
- Created: 2017-12-06T10:54:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T11:00:46.000Z (about 8 years ago)
- Last Synced: 2025-11-14T10:23:47.748Z (8 months ago)
- Topics: cleaning, srt-files, srt-subtitles, subtitles
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```)