From c1a0b3790dbc9102db3fd218240716356882dd4c Mon Sep 17 00:00:00 2001 From: afterdelight <39585663+afterdelight@users.noreply.github.com> Date: Sun, 1 May 2022 08:17:09 +0700 Subject: [PATCH 1/3] simplify download info wording --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 9f71cc9..1a26175 100644 --- a/src/main.py +++ b/src/main.py @@ -142,7 +142,7 @@ def get_post(self, url:str): if not is_post: if self.skip_user(user): return - logger.info(f"Downloading posts from {site}.party | service:{service} | user:{user['name']}") + logger.info(f"Downloading user {user['name']} [{user['id']}] | {service}") chunk = 0 first = True while True: From b24c4bea0178c6bdb3b8c3218756abe0519ef2eb Mon Sep 17 00:00:00 2001 From: afterdelight <39585663+afterdelight@users.noreply.github.com> Date: Sun, 1 May 2022 18:16:38 +0700 Subject: [PATCH 2/3] add new lines --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 1a26175..409e7a2 100644 --- a/src/main.py +++ b/src/main.py @@ -142,7 +142,7 @@ def get_post(self, url:str): if not is_post: if self.skip_user(user): return - logger.info(f"Downloading user {user['name']} [{user['id']}] | {service}") + logger.info(f"\nDownloading user {user['name']} [{user['id']}] | {service}\n") chunk = 0 first = True while True: From 737befe39ff132419ad2631ebad93ad9caac98a1 Mon Sep 17 00:00:00 2001 From: afterdelight <39585663+afterdelight@users.noreply.github.com> Date: Sun, 1 May 2022 19:46:56 +0700 Subject: [PATCH 3/3] Update main.py --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 409e7a2..a35f324 100644 --- a/src/main.py +++ b/src/main.py @@ -142,7 +142,7 @@ def get_post(self, url:str): if not is_post: if self.skip_user(user): return - logger.info(f"\nDownloading user {user['name']} [{user['id']}] | {service}\n") + logger.info(f"\nDownloading user {user['name']} [{user['id']}] | {service}") chunk = 0 first = True while True: