diff --git a/OF DL/Program.cs b/OF DL/Program.cs index bac1b0d..b47be8c 100644 --- a/OF DL/Program.cs +++ b/OF DL/Program.cs @@ -580,7 +580,7 @@ public class Program Log.Debug("Deleting auth.json"); File.Delete("auth.json"); } - + if (cliNonInteractive) { AnsiConsole.MarkupLine($"\n[red]auth.json has invalid JSON syntax. The file can be generated automatically when OF-DL is run in the standard, interactive mode.[/]\n"); @@ -1685,7 +1685,7 @@ public class Program { archived = await downloadContext.ApiHelper.GetArchived($"/users/{user.Value}/posts", path, downloadContext.DownloadConfig!, ctx); }); - + int oldArchivedCount = 0; int newArchivedCount = 0; if (archived != null && archived.ArchivedPosts.Count > 0) @@ -1818,7 +1818,7 @@ public class Program { posts = await downloadContext.ApiHelper.GetPosts($"/users/{user.Value}/posts", path, downloadContext.DownloadConfig!, paid_post_ids, ctx); }); - + int oldPostCount = 0; int newPostCount = 0; if (posts == null || posts.Posts.Count <= 0) @@ -2340,7 +2340,7 @@ public class Program { streams = await downloadContext.ApiHelper.GetStreams($"/users/{user.Value}/posts/streams", path, downloadContext.DownloadConfig!, paid_post_ids, ctx); }); - + int oldStreamsCount = 0; int newStreamsCount = 0; if (streams == null || streams.Streams.Count <= 0)