diff --git a/OF DL/Program.cs b/OF DL/Program.cs index 67580f7..bac1b0d 100644 --- a/OF DL/Program.cs +++ b/OF DL/Program.cs @@ -280,7 +280,7 @@ public class Program DownloadDateSelection = Enum.Parse(hoconConfig.GetString("Download.DownloadDateSelection"), true), CustomDate = !string.IsNullOrWhiteSpace(hoconConfig.GetString("Download.CustomDate")) ? DateTime.Parse(hoconConfig.GetString("Download.CustomDate")) : null, ShowScrapeSize = hoconConfig.GetBoolean("Download.ShowScrapeSize"), - DownloadVideoResolution = ParseVideoResolution(hoconConfig.GetString("Download.DownloadVideoResolution")), + DownloadVideoResolution = ParseVideoResolution(hoconConfig.GetString("Download.DownloadVideoResolution", "source")), // File Settings PaidPostFileNameFormat = hoconConfig.GetString("File.PaidPostFileNameFormat"),