RoughDraft icon indicating copy to clipboard operation
RoughDraft copied to clipboard

Additional YouTubeDL options

Open StartAutomating opened this issue 1 year ago • 0 comments

Get-Media -YouTubeDL should allow additional options.

Specifically:

  • [switch]$YouTubeNoEmbedMetadata
    • if (-not $YouTubeNoEmbedMetadata)
      • --embed-metadata
  • [switch]$YouTubeNoEmbedSubTitle
    • if (-not $YouTubeNoEmbedSubTitle)
      • --embed-subs
  • [string[]]$YouTubeDLArgument

StartAutomating avatar May 13 '24 06:05 StartAutomating