ucfopen / VAST

VAST is a Python script that searches an Instructure Canvas course for media and returns results in a CSV file.
GNU General Public License v3.0
12 stars 5 forks source link

Issue/22 vimeo length parsing #23

Closed aileenpongnon closed 2 years ago

aileenpongnon commented 2 years ago

Resolves #22

10/14 Issue ended up being resolved much easier than previously thought; the code already sends a GET request to the Vimeo Video API endpoint for receiving a duration of a video. I modified the code to populate the Seconds column in the VAST report to hold the value returned in duration, since Rev needs the full length of a given Vimeo video in seconds (not split into hours / minutes).

10/19 I refactored the code to remove duplicated calls to the API as well as ensured videos that are marked as Captions in English contain their respective video durations.