From e38315e3cd2eb7fed08f504cbfdaaf57184f9aa1 Mon Sep 17 00:00:00 2001 From: Navid M Date: Sun, 15 Sep 2024 18:34:11 +0100 Subject: [PATCH] add package newt --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 28eea9a2..87c783df 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" } ]