pbs / pycaption

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

Removed empty dfxp nodes #156

Closed dianadersedan closed 7 years ago

sannies commented 6 years ago

I don't really get the reason for this change. If there is an empty caption so be it. Now after reading a DFXP with empty paragraphs I get a list of Caption object with some 'None' in between. Either remove them completely or keep them but replacing empty Caption object with None is not good.