From 5e3795fa12f7498e5745ba72225287e2daf5e01a Mon Sep 17 00:00:00 2001 From: Jordan Hudgens Date: Mon, 3 Nov 2025 15:43:53 -0700 Subject: [PATCH] Update domain_extractor in catalogs * Add domain_extractor to Web Content Scrapers projects * Add empty description key to HTML parsing * Add domain_extractor to HTML parsing projects --- catalog/Web_Apps_Services_Interaction/Web_Content_Scrapers.yml | 1 + catalog/Web_Apps_Services_Interaction/html_parsing.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/catalog/Web_Apps_Services_Interaction/Web_Content_Scrapers.yml b/catalog/Web_Apps_Services_Interaction/Web_Content_Scrapers.yml index d75b296d..56c4d46c 100644 --- a/catalog/Web_Apps_Services_Interaction/Web_Content_Scrapers.yml +++ b/catalog/Web_Apps_Services_Interaction/Web_Content_Scrapers.yml @@ -7,6 +7,7 @@ projects: - cobweb - data_miner - docparser + - domain_extractor - fletcher - horsefield - kimurai diff --git a/catalog/Web_Apps_Services_Interaction/html_parsing.yml b/catalog/Web_Apps_Services_Interaction/html_parsing.yml index 96960f30..fbd64805 100644 --- a/catalog/Web_Apps_Services_Interaction/html_parsing.yml +++ b/catalog/Web_Apps_Services_Interaction/html_parsing.yml @@ -1,6 +1,7 @@ name: HTML parsing -description: +description: projects: + - domain_extractor - hpricot - libxml-ruby - nikkou