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

Improved Youtube video length parsing #17

Closed Thomas-Whitaker closed 3 years ago

Thomas-Whitaker commented 3 years ago

To fix the video lunch bug described in issue 4, I rewrote the extraction logic to use a regular expression that updates the time values based on the symbols that exist within the string. It should now work for any combination of hours, minutes, and seconds.