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

Create a command-line argument for skipping the video download #36

Closed utsab closed 2 years ago

utsab commented 2 years ago

Ideally, the command to run the example could look like the following:

python3 youtube_chapters_demo.py pvkTC2xIbeY --skip-video-download

utsab commented 2 years ago

Fixed.