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

Improve parsing of timestamps in youtube description to work for other formats #7

Open
utsab opened this issue Oct 10, 2021 · 1 comment

Comments

@utsab
Copy link
Collaborator

utsab commented Oct 10, 2021

Currently, the regular expressions that we use to parse time stamps assume that they will have the following format:

for example,

1:47 Introduction to hash maps

But there are other timestamp formats such as in this video. Can you improve the parsing logic to work with the format in that video? Also, are there other timestamp formats featured in other videos that we're not aware of?

@utsab
Copy link
Collaborator Author

utsab commented Jun 4, 2022

I wonder if it's possible to create OTIO adaptor that reads in a Youtube description and processes it.

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

No branches or pull requests

1 participant