From 2842643e46ad6db96446a8be78ffe937c76f9465 Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Wed, 18 Jan 2023 02:21:33 +0000 Subject: [PATCH] Add package subscribestar (#2458) * Moved all my repos to my own git server; Added `checkif` package * Added package subscribestar Co-authored-by: Miran --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index b3b14fe..fd17861 100644 --- a/packages.json +++ b/packages.json @@ -28543,5 +28543,20 @@ "description": "libsensors wrapper", "license": "MIT", "web": "https://github.com//inv2004/sensors" + }, + { + "name": "subscribestar", + "url": "https://git.ozzuu.com/thisago/subscribestar", + "method": "git", + "tags": [ + "web", + "library", + "scraper", + "data", + "extracting" + ], + "description": "Subscribestar extractor", + "license": "MIT", + "web": "https://git.ozzuu.com/thisago/subscribestar" } ]