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 Unit Tests: Create stub files for the youtube video and description #14

Closed utsab closed 2 years ago

utsab commented 2 years ago

Right now, the unit tests require youtube-dl to finish downloading a complete video from Youtube. Ideally, we can stub some of this data (mp4 file and the description file) so that the tests can still run even if youtube-dl is not functioning.

hisergiorojas commented 2 years ago

We added the skip video flag which allow the test to run instantly without needing to download the whole video.