File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ writing and manipulating .srt subtitle files written in Go
14
14
15
15
### Why?
16
16
17
- While VLC may swallow all kinds of odd subtitles, not all software
18
- are so forgiving. So, sometimes "some other software" needs a cleaned
19
- up .srt, and the ` subber ` cli app automates this task.
17
+ While VLC may swallow all kinds of malformed subtitles,
18
+ not all software are so forgiving.
19
+ So, sometimes "other software" needs a cleaned up .srt,
20
+ and the ` subber ` cli app automates this task.
20
21
21
22
22
23
# Installation
@@ -81,7 +82,7 @@ Patches welcome!
81
82
82
83
Some ideas, in no particular order:
83
84
84
- - automatically convert downloaded .ssa files to .srt, needs looksLikeSrt() and looksLikeSsa()
85
+ - automatically convert downloaded .ssa files to .srt
85
86
- expose thesubdb.com search api
86
87
- filter: spell fixer
87
88
- filter: remove hearing aid tags [ DOOR OPENS]
You can’t perform that action at this time.
0 commit comments