Update features
This commit is contained in:
parent
13874b3363
commit
45acfa2b1c
|
@ -31,7 +31,7 @@ optional arguments:
|
||||||
```
|
```
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
Run all the tests with:
|
In the project's root directory, run all the tests with:
|
||||||
```
|
```
|
||||||
python -m unittest tests
|
python -m unittest tests
|
||||||
```
|
```
|
||||||
|
@ -48,3 +48,4 @@ python -m unittest tests.integration
|
||||||
- May remove subtitles containing lines that match any regular expression listed in the config file (by default on Unix: `$HOME/.config/fsubrc`; on Windows: `%APPDATA%\fsubrc`)
|
- May remove subtitles containing lines that match any regular expression listed in the config file (by default on Unix: `$HOME/.config/fsubrc`; on Windows: `%APPDATA%\fsubrc`)
|
||||||
- May shift the time of all subtitles
|
- May shift the time of all subtitles
|
||||||
- May strip HTML
|
- May strip HTML
|
||||||
|
- May join files together
|
||||||
|
|
Loading…
Reference in New Issue