diff --git a/Program.cs b/Program.cs index 0dc7823..c6ab072 100644 --- a/Program.cs +++ b/Program.cs @@ -8,7 +8,6 @@ using System.Diagnostics.CodeAnalysis; using YoutubeExplode.Playlists; using YoutubeExplode.Channels; using System.Linq; - HttpClient http=new HttpClient(); YoutubeClient ytc=new YoutubeClient(http); ConcurrentStack videoIds=new ConcurrentStack(); @@ -53,6 +52,8 @@ async Task AddVideo(VideoId id) } client.Disconnect(); + + Task.Delay(10000); } }