OpenTimelineIO / otio-youtube-example

Example Python script which turns a YouTube video and description into an OpenTimelineIO OTIO file.
Apache License 2.0
5 stars 2 forks source link

Refactor youtube_chapters_demo.py to use more helper functions #8

Closed utsab closed 2 years ago

utsab commented 3 years ago

Right now, most of the logic for downloading the video from youtube and importing the data into the OTIO Timeline is in one long block of code. It would be better to refactor this code to use more helper functions.

utsab commented 2 years ago

Fixed.