Remove whitespace
This commit is contained in:
parent
44890f51ee
commit
6a42dbe53e
@ -580,7 +580,7 @@ public class Program
|
|||||||
Log.Debug("Deleting auth.json");
|
Log.Debug("Deleting auth.json");
|
||||||
File.Delete("auth.json");
|
File.Delete("auth.json");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cliNonInteractive)
|
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");
|
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);
|
archived = await downloadContext.ApiHelper.GetArchived($"/users/{user.Value}/posts", path, downloadContext.DownloadConfig!, ctx);
|
||||||
});
|
});
|
||||||
|
|
||||||
int oldArchivedCount = 0;
|
int oldArchivedCount = 0;
|
||||||
int newArchivedCount = 0;
|
int newArchivedCount = 0;
|
||||||
if (archived != null && archived.ArchivedPosts.Count > 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);
|
posts = await downloadContext.ApiHelper.GetPosts($"/users/{user.Value}/posts", path, downloadContext.DownloadConfig!, paid_post_ids, ctx);
|
||||||
});
|
});
|
||||||
|
|
||||||
int oldPostCount = 0;
|
int oldPostCount = 0;
|
||||||
int newPostCount = 0;
|
int newPostCount = 0;
|
||||||
if (posts == null || posts.Posts.Count <= 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);
|
streams = await downloadContext.ApiHelper.GetStreams($"/users/{user.Value}/posts/streams", path, downloadContext.DownloadConfig!, paid_post_ids, ctx);
|
||||||
});
|
});
|
||||||
|
|
||||||
int oldStreamsCount = 0;
|
int oldStreamsCount = 0;
|
||||||
int newStreamsCount = 0;
|
int newStreamsCount = 0;
|
||||||
if (streams == null || streams.Streams.Count <= 0)
|
if (streams == null || streams.Streams.Count <= 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user