From d2e69f37e864d80d79a0e295b31ea42ab039208a Mon Sep 17 00:00:00 2001 From: lurlo <93678694+lurlo@users.noreply.github.com> Date: Tue, 5 Apr 2022 00:12:54 +0000 Subject: [PATCH] Added package parsepage (#2195) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index fa4e489..6f21f9f 100644 --- a/packages.json +++ b/packages.json @@ -25734,5 +25734,21 @@ "description": "Google Images scraper lib and CLI", "license": "MIT", "web": "https://gitlab.com/lurlo/gimg" + }, + { + "name": "parsepage", + "url": "https://gitlab.com/lurlo/parsepage", + "method": "git", + "tags": [ + "extractor", + "cli", + "configurable", + "tool", + "html", + "bulk" + ], + "description": "Automatically extracts the data of sites", + "license": "GPL-3.0-only", + "web": "https://gitlab.com/lurlo/parsepage" } ]