Skip to content

Commit

Permalink
linux v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lancer1977 committed Oct 31, 2022
1 parent db885a0 commit 799a4d3
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Runner/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static async Task<Settings> 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<string>() { "https://www.youtube.com/user/PolyhydraGames/videos" };
setting.DestinationFolder = FileHelpers.TempDirectory;
Expand Down
44 changes: 22 additions & 22 deletions Runner/obj/Debug/net6.0/YTDLRunner.AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

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.
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

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.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
a845ba54bc193cf1481284bc035332fd107908c2
a845ba54bc193cf1481284bc035332fd107908c2
Original file line number Diff line number Diff line change
@@ -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/
16 changes: 8 additions & 8 deletions Runner/obj/Debug/net6.0/YTDLRunner.GlobalUsings.g.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// <auto-generated/>
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;
// <auto-generated/>
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;
Binary file not shown.

0 comments on commit 799a4d3

Please sign in to comment.