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

When parsing HTML transcript, the endTime is wrong #14

Closed
stevencrader opened this issue Apr 2, 2023 · 0 comments · Fixed by #15
Closed

When parsing HTML transcript, the endTime is wrong #14

stevencrader opened this issue Apr 2, 2023 · 0 comments · Fixed by #15

Comments

@stevencrader
Copy link
Owner

Since HTML doesn't have an endTime, I have to look at the next segment to determine the endTime.

I was doing that but also adding on the startTime when I should have just been using the endTIme of the next segment.

Reported by Martin: https://podcastindex.social/@martin/110129679681832720

stevencrader added a commit that referenced this issue Apr 2, 2023
…ndTime instead of adding the startTime to it.

Resolves #14
stevencrader added a commit that referenced this issue Apr 3, 2023
…ndTime instead of adding the startTime to it.

Resolves #14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant