pbs / pycaption

Python module to read/write popular video caption formats
Apache License 2.0
256 stars 136 forks source link

BUG FIX: When reading SCC files, spaces prior to a command, like 91a… #150

Closed LNRexpress closed 7 years ago

LNRexpress commented 7 years ago

When reading SCC files, spaces after a word and prior to a command, like 91ae, are trimmed. The purpose of this change is to preserve those spaces. A unit test has also been added to verify functionality.