Youtube - Download Video to Shipyard
Overviewβ
Quickly download a video from Youtube
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Video ID | YOUTUBE_VIDEO_ID | Alphanumeric | β | - | - | |
Download Type | YOUTUBE_DOWNLOAD_TYPE | Select | β | audio | Video (mp4): video Audio (webm): audio | |
File Name | YOUTUBE_FILE_NAME | Alphanumeric | β | 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'