From b8437c1db3df9922be18e1e778e2bd367b8ae2ec Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Thu, 17 Aug 2023 06:13:55 +0000 Subject: [PATCH] Add package getpodia (#2684) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2efd55e..003d51a 100644 --- a/packages.json +++ b/packages.json @@ -31182,5 +31182,18 @@ "description": "Library for guaranteed zero heap allocation strings ", "license": "MIT", "web": "https://github.com/termermc/nim-stack-strings/" + }, + { + "name": "getpodia", + "url": "https://github.com/thisago/getpodia", + "method": "git", + "tags": [ + "scraper", + "podia", + "library" + ], + "description": "Extract Podia sites courses data", + "license": "GPL-3", + "web": "https://github.com/thisago/getpodia" } ]