diff --git a/Program.cs b/Program.cs index 9a593ee..fe295ba 100644 --- a/Program.cs +++ b/Program.cs @@ -78,7 +78,7 @@ namespace TYTD Uri uri = new Uri(url0.Replace("+", "domain")); port = (ushort)uri.Port; } - UdpClient cl; + //UdpClient cl; Thread t3 = new Thread(() => { IPEndPoint end = new IPEndPoint(0, 0); diff --git a/bin/Release/youtube-downloader.exe b/bin/Release/youtube-downloader.exe index 8603726..93384a7 100644 Binary files a/bin/Release/youtube-downloader.exe and b/bin/Release/youtube-downloader.exe differ diff --git a/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache b/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache index 69461e2..f2e2222 100644 Binary files a/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache and b/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache differ diff --git a/obj/x86/Release/youtube-downloader.exe b/obj/x86/Release/youtube-downloader.exe index 8603726..93384a7 100644 Binary files a/obj/x86/Release/youtube-downloader.exe and b/obj/x86/Release/youtube-downloader.exe differ