-
-
Notifications
You must be signed in to change notification settings - Fork 3
YouTubeDL Extension
James Brundage edited this page Apr 22, 2022
·
4 revisions
Youtube Downloader
Extends Get-Media to enable the downloading of videos from YouTube and other sources, using YouTubeDL
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Uri] |
true | 1 | false |
The YouTubeDL Output File. See documentation
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 2 | false |
If set, will force a download of the latest YouTubeDL (even if one is already found). It will be placed in $home/.RoughDraft/.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
false | named | false |
If set, will download auto-generated subtitles.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
false | named | false |
If set, will download all subtitles.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
false | named | false |
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String[]] |
false | 3 | false |
If set, will return the information about the download, instead of downloading.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
false | named | false |
Extension/YouTubeDL.RoughDraft.Extension.ps1 [-YouTubeURL] <Uri> [[-YouTubeOutputFile] <String>] [-DownloadLatestYouTubeDL] [-AutoGeneratedSubtitle] [-AllSubtitle] [[-YouTubeDownloadArgumentList] <String[]>] [-YouTubeDownloadInformation] [<CommonParameters>]