diff --git a/YouTubeChannelDownloader/Program.cs b/YouTubeChannelDownloader/Program.cs index b4b0bf1..95de25b 100644 --- a/YouTubeChannelDownloader/Program.cs +++ b/YouTubeChannelDownloader/Program.cs @@ -1,7 +1,17 @@ +using Creek.HelpfulExtensions; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; +using YouTubeChannelDownloader.Data; +using YouTubeChannelDownloader.Models; +using YouTubeChannelDownloader.Services; +using YoutubeExplode; +using YoutubeExplode.Common; +using YoutubeExplode.Converter; +using YoutubeExplode.Playlists; +using YoutubeExplode.Videos.Streams; +using YouTubeChannelDownloader.Utilities; using System.IO; namespace YouTubeChannelDownloader