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
Parse the video description in python and create a Timeline object with Markers to represent the chapters
Add a check before the main video description parsing logic which confirms that the video description actually is text and that it contains time stamps.
How to test:
Verify that the Timeline object has the correct of Markers on it.
Verify that each marker has the correct text on it.
The text was updated successfully, but these errors were encountered:
Parse the video description in python and create a Timeline object with Markers to represent the chapters
Add a check before the main video description parsing logic which confirms that the video description actually is text and that it contains time stamps.
How to test:
The text was updated successfully, but these errors were encountered: