Skip to main content
Skip table of contents

Youtube - Download Video to Platform

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 Template and can be used in the Fleet YAML Editor.

CODE
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'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.