From 9eb8f929a17355fde11e1a86aa54aa86504b45c6 Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Tue, 6 Aug 2024 00:51:19 -0400 Subject: [PATCH] chore(deps): update yt-dlp from 2024.08.01 to 2024.08.06 (#30) Signed-off-by: GitHub Co-authored-by: lrstanley --- Makefile | 2 +- builder.gen.go | 40 ++++++++++++++++++------------------ constants.gen.go | 2 +- optiondata/optiondata.gen.go | 40 ++++++++++++++++++------------------ 4 files changed, 42 insertions(+), 42 deletions(-) diff --git a/Makefile b/Makefile index 2a27781..7ea5c3d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .DEFAULT_GOAL := generate -export YTDLP_VERSION := 2024.08.01 +export YTDLP_VERSION := 2024.08.06 license: curl -sL https://liam.sh/-/gh/g/license-header.sh | bash -s diff --git a/builder.gen.go b/builder.gen.go index a04929f..1209bb3 100644 --- a/builder.gen.go +++ b/builder.gen.go @@ -30,7 +30,7 @@ func (c *Command) Version(ctx context.Context) (*Result, error) { // Use git to pull the latest changes // // References: -// - Update Notes: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#update +// - Update Notes: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#update // // Additional information: // - Update maps to cli flags: -U/--update. @@ -72,7 +72,7 @@ func (c *Command) UnsetUpdate() *Command { // "UPDATE" for details. Supported channels: stable, nightly, master // // References: -// - Update Notes: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#update +// - Update Notes: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#update // // Additional information: // - UpdateTo maps to cli flags: --update-to=[CHANNEL]@[TAG]. @@ -540,7 +540,7 @@ func (c *Command) UnsetColor() *Command { // in default behavior" for details // // References: -// - Compatibility Options: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#differences-in-default-behavior +// - Compatibility Options: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#differences-in-default-behavior // // Additional information: // - See [Command.UnsetCompatOptions], for unsetting the flag. @@ -2267,7 +2267,7 @@ func (c *Command) UnsetPaths() *Command { // Output filename template; see "OUTPUT TEMPLATE" for details // // References: -// - Output Template: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#output-template +// - Output Template: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#output-template // // Additional information: // - See [Command.UnsetOutput], for unsetting the flag. @@ -3603,7 +3603,7 @@ func (c *Command) UnsetGetFormat() *Command { // is used. See "OUTPUT TEMPLATE" for a description of available keys // // References: -// - Output Template: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#output-template +// - Output Template: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#output-template // // Additional information: // - See [Command.UnsetDumpJSON], for unsetting the flag. @@ -4241,9 +4241,9 @@ func (c *Command) UnsetSleepSubtitles() *Command { // Video format code, see "FORMAT SELECTION" for more details // // References: -// - Format Selection: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#format-selection -// - Filter Formatting: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#filtering-formats -// - Format Selection Examples: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#format-selection-examples +// - Format Selection: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#format-selection +// - Filter Formatting: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#filtering-formats +// - Format Selection Examples: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#format-selection-examples // // Additional information: // - See [Command.UnsetFormat], for unsetting the flag. @@ -4268,8 +4268,8 @@ func (c *Command) UnsetFormat() *Command { // Sort the formats by the fields given, see "Sorting Formats" for more details // // References: -// - Sorting Formats: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#sorting-formats -// - Format Selection Examples: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#format-selection-examples +// - Sorting Formats: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#sorting-formats +// - Format Selection Examples: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#format-selection-examples // // Additional information: // - See [Command.UnsetFormatSort], for unsetting the flag. @@ -4295,7 +4295,7 @@ func (c *Command) UnsetFormatSort() *Command { // Formats" for more details // // References: -// - Sorting Formats: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#sorting-formats +// - Sorting Formats: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#sorting-formats // // Additional information: // - See [Command.UnsetFormatSortForce], for unsetting the flag. @@ -4336,7 +4336,7 @@ func (c *Command) NoFormatSortForce() *Command { // Allow multiple video streams to be merged into a single file // // References: -// - Format Selection: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#format-selection +// - Format Selection: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#format-selection // // Additional information: // - See [Command.UnsetVideoMultistreams], for unsetting the flag. @@ -4377,7 +4377,7 @@ func (c *Command) NoVideoMultistreams() *Command { // Allow multiple audio streams to be merged into a single file // // References: -// - Format Selection: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#format-selection +// - Format Selection: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#format-selection // // Additional information: // - See [Command.UnsetAudioMultistreams], for unsetting the flag. @@ -5552,8 +5552,8 @@ func (c *Command) UnsetMetadataFromTitle() *Command { // --use-postprocessor (default: pre_process) // // References: -// - Modifying Metadata: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#modifying-metadata -// - Modifying Metadata Examples: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#modifying-metadata-examples +// - Modifying Metadata: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#modifying-metadata +// - Modifying Metadata Examples: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#modifying-metadata-examples // // Additional information: // - See [Command.UnsetParseMetadata], for unsetting the flag. @@ -5580,8 +5580,8 @@ func (c *Command) UnsetParseMetadata() *Command { // --use-postprocessor (default: pre_process) // // References: -// - Modifying Metadata: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#modifying-metadata -// - Modifying Metadata Examples: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#modifying-metadata-examples +// - Modifying Metadata: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#modifying-metadata +// - Modifying Metadata Examples: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#modifying-metadata-examples // // Additional information: // - See [Command.UnsetReplaceInMetadata], for unsetting the flag. @@ -5641,7 +5641,7 @@ var ( // concatenated files. See "OUTPUT TEMPLATE" for details // // References: -// - Output Template: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#output-template +// - Output Template: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#output-template // // Additional information: // - See [Command.UnsetConcatPlaylist], for unsetting the flag. @@ -5905,7 +5905,7 @@ func (c *Command) UnsetConvertThumbnails() *Command { // the split files. See "OUTPUT TEMPLATE" for details // // References: -// - Output Template: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#output-template +// - Output Template: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#output-template // // Additional information: // - See [Command.UnsetSplitChapters], for unsetting the flag. @@ -6469,7 +6469,7 @@ func (c *Command) NoHLSSplitDiscontinuity() *Command { // extractors // // References: -// - Extractor Arguments: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#extractor-arguments +// - Extractor Arguments: /~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#extractor-arguments // // Additional information: // - See [Command.UnsetExtractorArgs], for unsetting the flag. diff --git a/constants.gen.go b/constants.gen.go index 6281c66..fbb667f 100644 --- a/constants.gen.go +++ b/constants.gen.go @@ -11,7 +11,7 @@ const ( Channel = "stable" // Version of yt-dlp that go-ytdlp was generated with. - Version = "2024.08.01" + Version = "2024.08.06" ) // Extractor contains information about a specific yt-dlp extractor. Extractors are diff --git a/optiondata/optiondata.gen.go b/optiondata/optiondata.gen.go index fe819c1..056965f 100644 --- a/optiondata/optiondata.gen.go +++ b/optiondata/optiondata.gen.go @@ -737,7 +737,7 @@ var ( URLs: []*OptionURL{ { Name: "Update Notes", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#update", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#update", }, }, DefaultFlag: "--update", @@ -766,7 +766,7 @@ var ( URLs: []*OptionURL{ { Name: "Update Notes", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#update", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#update", }, }, DefaultFlag: "--update-to", @@ -1044,7 +1044,7 @@ var ( URLs: []*OptionURL{ { Name: "Compatibility Options", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#differences-in-default-behavior", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#differences-in-default-behavior", }, }, DefaultFlag: "--compat-options", @@ -2045,7 +2045,7 @@ var ( URLs: []*OptionURL{ { Name: "Output Template", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#output-template", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#output-template", }, }, DefaultFlag: "--output", @@ -2799,7 +2799,7 @@ var ( URLs: []*OptionURL{ { Name: "Output Template", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#output-template", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#output-template", }, }, DefaultFlag: "--dump-json", @@ -3149,15 +3149,15 @@ var ( URLs: []*OptionURL{ { Name: "Format Selection", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#format-selection", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#format-selection", }, { Name: "Filter Formatting", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#filtering-formats", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#filtering-formats", }, { Name: "Format Selection Examples", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#format-selection-examples", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#format-selection-examples", }, }, DefaultFlag: "--format", @@ -3178,11 +3178,11 @@ var ( URLs: []*OptionURL{ { Name: "Sorting Formats", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#sorting-formats", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#sorting-formats", }, { Name: "Format Selection Examples", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#format-selection-examples", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#format-selection-examples", }, }, DefaultFlag: "--format-sort", @@ -3203,7 +3203,7 @@ var ( URLs: []*OptionURL{ { Name: "Sorting Formats", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#sorting-formats", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#sorting-formats", }, }, DefaultFlag: "--format-sort-force", @@ -3233,7 +3233,7 @@ var ( URLs: []*OptionURL{ { Name: "Format Selection", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#format-selection", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#format-selection", }, }, DefaultFlag: "--video-multistreams", @@ -3261,7 +3261,7 @@ var ( URLs: []*OptionURL{ { Name: "Format Selection", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#format-selection", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#format-selection", }, }, DefaultFlag: "--audio-multistreams", @@ -3942,11 +3942,11 @@ var ( URLs: []*OptionURL{ { Name: "Modifying Metadata", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#modifying-metadata", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#modifying-metadata", }, { Name: "Modifying Metadata Examples", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#modifying-metadata-examples", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#modifying-metadata-examples", }, }, DefaultFlag: "--parse-metadata", @@ -3966,11 +3966,11 @@ var ( URLs: []*OptionURL{ { Name: "Modifying Metadata", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#modifying-metadata", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#modifying-metadata", }, { Name: "Modifying Metadata Examples", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#modifying-metadata-examples", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#modifying-metadata-examples", }, }, DefaultFlag: "--replace-in-metadata", @@ -4001,7 +4001,7 @@ var ( URLs: []*OptionURL{ { Name: "Output Template", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#output-template", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#output-template", }, }, DefaultFlag: "--concat-playlist", @@ -4153,7 +4153,7 @@ var ( URLs: []*OptionURL{ { Name: "Output Template", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#output-template", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#output-template", }, }, DefaultFlag: "--split-chapters", @@ -4469,7 +4469,7 @@ var ( URLs: []*OptionURL{ { Name: "Extractor Arguments", - URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.01/README.md#extractor-arguments", + URL: "/~https://github.com/yt-dlp/yt-dlp/blob/2024.08.06/README.md#extractor-arguments", }, }, DefaultFlag: "--extractor-args",