Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support parsing srt without sequence numbers. #93

Merged
merged 2 commits into from
Oct 2, 2023

Commits on Sep 30, 2023

  1. Support parsing srt without sequence numbers.

    There are many srt in the wild that are missing sequence numbers. It's
    easy to detect by looking for an empty line vs index/sequence in the
    line before the time. In my analysis of many srt I have not seen ones
    missing the empty line, but it's feasible that these also exist. This
    shouldn't affect parsing otherwise, however, and in my experience the
    missing sequence number is common enough that it's useful to handle.
    samuel committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    81a16bd View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    ac7e33c View commit details
    Browse the repository at this point in the history