From 461d0d226533f40c251bcf89043e0a599709ac69 Mon Sep 17 00:00:00 2001 From: Navid M Date: Mon, 16 Sep 2024 02:21:18 +0100 Subject: [PATCH] add package newt (#2932) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 28eea9a..87c783d 100644 --- a/packages.json +++ b/packages.json @@ -34090,5 +34090,24 @@ "description": "The most minimal cross-platform GUI library - in Nim.", "license": "MIT", "web": "https://github.com/CardealRusso/festim" + }, + { + "name": "newt", + "url": "https://github.com/navid-m/newt", + "method": "git", + "tags": [ + "youtube", + "media", + "downloader", + "download", + "scraper", + "api", + "library", + "pytube", + "youtube-dl", + ], + "description": "Youtube downloader library and CLI.", + "license": "GPLv3", + "web": "https://github.com/navid-m/newt" } ]