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

Download the youtube video and description #1

Closed utsab closed 3 years ago

utsab commented 3 years ago

Create a python script that takes as an input argument the url for a youtube video. The script should use youtube-dl to download the video file and the video description.

How to test: