Skip to main content

Youtube - Download Video to Shipyard

Overview​

Quickly download a video from Youtube

Variables​

NameReferenceTypeRequiredDefaultOptionsDescription
Video IDYOUTUBE_VIDEO_IDAlphanumericβœ…--
Download TypeYOUTUBE_DOWNLOAD_TYPESelectβœ…audioVideo (mp4): video

Audio (webm): audio

File NameYOUTUBE_FILE_NAMEAlphanumericβž–youtube.webm-

YAML​

Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.

source:
blueprint: Youtube - Download Video to Shipyard
inputs:
YOUTUBE_VIDEO_ID: null ## REQUIRED
YOUTUBE_DOWNLOAD_TYPE: audio ## REQUIRED
YOUTUBE_FILE_NAME: youtube.webm
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '0'