Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 336 Bytes

File metadata and controls

15 lines (15 loc) · 336 Bytes

YoutubeLapTimecodes

Usage:

  • Open YoutubeTimecode.swift
  • Edit the offsetInSeconds on your offset
  • Fill the laps in the format:
let laps: [Float] = [
    24.879,
    22.479,
    22.801,
]
  • In terminal: swift YoutubeTimecode.swift run
  • The script will create a file timecodes.txt

✨ Profit