Download and import YouTube videos to DaVinci Resolve immediately.
You can keep editing while your download is running!
- Run this script from DaVinci Resolve's dropdown menu (Workspace > Scripts)
- Select your project folder and paste a YouTube URL into the text field
- The video will automatically be downloaded as .mp4-file with the highest available resolution, placed in your project folder and imported to your Media Pool
- Copy the .py-file into the folder "%appdata%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts\Utility"
- Windows Only: Install Python 3.7+
- Install the python module 'pytube'
- open 'cmd' on Windows and execute 'pip install pytube' in the command line
- or: install via requirements.txt with 'pip install -r requirements.txt'