From 251a8fe317180786b363a4acc72004ebc2282c46 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 4 Apr 2024 00:40:37 +0900 Subject: [PATCH] update DB --- extension-node-map.json | 2 ++ node_db/new/extension-node-map.json | 2 ++ scanner.py | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/extension-node-map.json b/extension-node-map.json index 48a81c8d..2fb9de9d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -217,8 +217,10 @@ "FillDarkMask", "InterpolateKeyFrame", "MaskListcaptoBatch", + "Merge_Image_List", "MyOpenPoseNode", "SmoothVideo", + "alert_when_finished", "reBatchImage" ], { diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 48a81c8d..2fb9de9d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -217,8 +217,10 @@ "FillDarkMask", "InterpolateKeyFrame", "MaskListcaptoBatch", + "Merge_Image_List", "MyOpenPoseNode", "SmoothVideo", + "alert_when_finished", "reBatchImage" ], { diff --git a/scanner.py b/scanner.py index 9d3e61f5..c40a2e7b 100644 --- a/scanner.py +++ b/scanner.py @@ -247,6 +247,8 @@ def update_custom_nodes(): if is_rate_limit_exceeded(): return + print('.', end="") + # Parsing the URL parsed_url = urlparse(url) domain = parsed_url.netloc @@ -265,7 +267,7 @@ def update_custom_nodes(): with open(GITHUB_STATS_CACHE_FILENAME, 'w', encoding='utf-8') as file: json.dump(github_stats, file, ensure_ascii=False, indent=4) else: - print(f"Invalid URL format for GitHub repository: {url}") + print(f"\nInvalid URL format for GitHub repository: {url}\n") # resolve unresolved urls for url, title, preemptions, node_pattern in git_url_titles_preemptions: