From 008d19732ae779b26771d08ef658063a3e240f78 Mon Sep 17 00:00:00 2001 From: Koston Speakman Date: Sun, 27 Oct 2024 08:43:44 -0400 Subject: [PATCH] Update custom-node-list.json Add EasyUrlLoader Node (#1188) * Update custom-node-list.json Add EasyUrlLoader Node * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e2af7a1f..4b144bf6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16361,6 +16361,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Apache0ne", + "title": "ComfyUI-EasyUrlLoader", + "id": "easy-url-loader", + "reference": "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader", + "files": [ + "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader" + ], + "install_type": "git-clone", + "description": "Simple 4k YT Downloader Through URL" } ] }