mirror of
https://github.com/jcreek/YouTubeChannelDownloader.git
synced 2026-07-13 03:03:46 +00:00
feat(*): Add private variables
This commit is contained in:
@@ -18,6 +18,14 @@ namespace YouTubeChannelDownloader
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
#region Private Variables
|
||||
|
||||
private static DownloadedVideosContext _db = new DownloadedVideosContext();
|
||||
private static string _channelId = Environment.GetEnvironmentVariable("CHANNEL_ID", EnvironmentVariableTarget.Process);
|
||||
private static YoutubeClient _youtube = new YoutubeClient();
|
||||
|
||||
#endregion Private Variables
|
||||
|
||||
private static async Task Main(string[] args)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user