From b7d7cd23fc983c9296aa86e8e78a525891cf45c0 Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Fri, 5 Aug 2022 13:06:26 +0000 Subject: [PATCH] Add package nbcnews (#2311) * Added package nbcnews * Fixed license id --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index a1de145..8377936 100644 --- a/packages.json +++ b/packages.json @@ -27004,6 +27004,20 @@ "license": "MIT/ISC", "web": "https://github.com/c-blake/thes" }, + { + "name": "nbcnews", + "url": "https://github.com/thisago/nbcnews", + "method": "git", + "tags": [ + "scraper", + "library", + "news", + "nbcnews" + ], + "description": "NBC News scraper", + "license": "gpl-3.0-only", + "web": "https://github.com/thisago/nbcnews" + }, { "name": "records", "url": "https://github.com/rotu/nim-records",