diff --git a/Program.cs b/Program.cs index 1e94724..d06f157 100644 --- a/Program.cs +++ b/Program.cs @@ -43,7 +43,7 @@ namespace youtube_downloader foreach (var f in files.Values) f.Save(Path.Combine(webSitePath,f.FileName)); rp.AsText("uploaded", "text/plain"); - },"POST") + },"POST"); Route.Add("/", (rq, rp, args) => { diff --git a/bin/Release/AngleSharp.dll b/bin/Release/AngleSharp.dll index 596002d..dc5de06 100644 Binary files a/bin/Release/AngleSharp.dll and b/bin/Release/AngleSharp.dll differ diff --git a/bin/Release/Microsoft.Bcl.AsyncInterfaces.dll b/bin/Release/Microsoft.Bcl.AsyncInterfaces.dll old mode 100644 new mode 100755 index 38b19e3..869ac1b Binary files a/bin/Release/Microsoft.Bcl.AsyncInterfaces.dll and b/bin/Release/Microsoft.Bcl.AsyncInterfaces.dll differ diff --git a/bin/Release/System.Runtime.CompilerServices.Unsafe.dll b/bin/Release/System.Runtime.CompilerServices.Unsafe.dll old mode 100644 new mode 100755 index 9b11e0f..ab18c10 Binary files a/bin/Release/System.Runtime.CompilerServices.Unsafe.dll and b/bin/Release/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/bin/Release/System.Text.Encodings.Web.dll b/bin/Release/System.Text.Encodings.Web.dll old mode 100644 new mode 100755 index e57edb3..e96ba32 Binary files a/bin/Release/System.Text.Encodings.Web.dll and b/bin/Release/System.Text.Encodings.Web.dll differ diff --git a/bin/Release/System.Text.Json.dll b/bin/Release/System.Text.Json.dll old mode 100644 new mode 100755 index 9e89052..a3a85c2 Binary files a/bin/Release/System.Text.Json.dll and b/bin/Release/System.Text.Json.dll differ