diff --git a/Runner/Settings.cs b/Runner/Settings.cs index 34f7f23..5787d76 100644 --- a/Runner/Settings.cs +++ b/Runner/Settings.cs @@ -38,7 +38,7 @@ public static async Task GetSettings() } else { - setting.Format = "%(channel)s/%(playlist)/%(title)s.%(ext)s"; + setting.Format = "%(channel)s/%(playlist)s/%(title)s.%(ext)s"; setting.MediaOptions = "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best"; setting.Sources = new List() { "https://www.youtube.com/user/PolyhydraGames/videos" }; setting.DestinationFolder = FileHelpers.TempDirectory; diff --git a/Runner/obj/Debug/net6.0/YTDLRunner.AssemblyInfo.cs b/Runner/obj/Debug/net6.0/YTDLRunner.AssemblyInfo.cs index ead11bb..58c0e53 100644 --- a/Runner/obj/Debug/net6.0/YTDLRunner.AssemblyInfo.cs +++ b/Runner/obj/Debug/net6.0/YTDLRunner.AssemblyInfo.cs @@ -1,22 +1,22 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("YTDLRunner")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("YTDLRunner")] -[assembly: System.Reflection.AssemblyTitleAttribute("YTDLRunner")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("YTDLRunner")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("YTDLRunner")] +[assembly: System.Reflection.AssemblyTitleAttribute("YTDLRunner")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Runner/obj/Debug/net6.0/YTDLRunner.AssemblyInfoInputs.cache b/Runner/obj/Debug/net6.0/YTDLRunner.AssemblyInfoInputs.cache index 01e3a21..570fea5 100644 --- a/Runner/obj/Debug/net6.0/YTDLRunner.AssemblyInfoInputs.cache +++ b/Runner/obj/Debug/net6.0/YTDLRunner.AssemblyInfoInputs.cache @@ -1 +1 @@ -a845ba54bc193cf1481284bc035332fd107908c2 +a845ba54bc193cf1481284bc035332fd107908c2 diff --git a/Runner/obj/Debug/net6.0/YTDLRunner.GeneratedMSBuildEditorConfig.editorconfig b/Runner/obj/Debug/net6.0/YTDLRunner.GeneratedMSBuildEditorConfig.editorconfig index edfe7dc..4ac85e7 100644 --- a/Runner/obj/Debug/net6.0/YTDLRunner.GeneratedMSBuildEditorConfig.editorconfig +++ b/Runner/obj/Debug/net6.0/YTDLRunner.GeneratedMSBuildEditorConfig.editorconfig @@ -1,10 +1,10 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = YTDLRunner -build_property.ProjectDir = \\wsl.localhost\Ubuntu\home\lancer1977\code\ytdlp-runner\Runner\ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = YTDLRunner +build_property.ProjectDir = /home/lancer1977/code/ytdlp-runner/Runner/ diff --git a/Runner/obj/Debug/net6.0/YTDLRunner.GlobalUsings.g.cs b/Runner/obj/Debug/net6.0/YTDLRunner.GlobalUsings.g.cs index ac22929..8578f3d 100644 --- a/Runner/obj/Debug/net6.0/YTDLRunner.GlobalUsings.g.cs +++ b/Runner/obj/Debug/net6.0/YTDLRunner.GlobalUsings.g.cs @@ -1,8 +1,8 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Runner/obj/Debug/net6.0/YTDLRunner.csproj.AssemblyReference.cache b/Runner/obj/Debug/net6.0/YTDLRunner.csproj.AssemblyReference.cache index 884b4a8..ea0ad75 100644 Binary files a/Runner/obj/Debug/net6.0/YTDLRunner.csproj.AssemblyReference.cache and b/Runner/obj/Debug/net6.0/YTDLRunner.csproj.AssemblyReference.cache differ