You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: