From 808b080d36dec3963e3080707ee4ebd7609085bf Mon Sep 17 00:00:00 2001 From: TaxMachine <78520042+TaxMachine@users.noreply.github.com> Date: Mon, 17 Apr 2023 07:25:09 -0400 Subject: [PATCH] Add package youtubescraper (#2572) Co-authored-by: Gabriel Huber --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index a0b9853..978cd6d 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,19 @@ [ + { + "name": "youtubescraper", + "url": "https://github.com/TaxMachine/youtubescraper", + "method": "git", + "tags": [ + "youtube", + "scraper", + "api", + "wrapper", + "library" + ], + "description": "Very fast and lightweight YouTube scraper for Nim.", + "license": "WTFPL", + "web": "https://github.com/TaxMachine/youtubescraper" + }, { "name": "mcsrvstat.nim", "url": "https://github.com/hitblast/mcsrvstat.nim",