Public/Get-YouTubeTranscript.ps1

function Get-YouTubeTranscript {
  [CmdletBinding()]
  param (
  )

  begin {
  }

  process {
  }

  end {
  }
}