From 5236dcf921c38fc87db9aa4eb2076d43a05a41ad Mon Sep 17 00:00:00 2001 From: Malte Tashiro Date: Fri, 9 Feb 2024 07:19:49 +0000 Subject: [PATCH] Disable MANRS crawler MANRS has deprecated the CSV download: https://manrs.org/netops/participants/ and the CSV we are downloading seems outdated. It will be replaced with a closed API with restrictive ToU which disallows publication of data, so we will probably not be able to provide MANRS data anymore. --- config.json.example | 1 - 1 file changed, 1 deletion(-) diff --git a/config.json.example b/config.json.example index c11d6bf..f64ab6e 100644 --- a/config.json.example +++ b/config.json.example @@ -40,7 +40,6 @@ "iyp": { "crawlers": [ - "iyp.crawlers.manrs.members", "iyp.crawlers.ripe.as_names", "iyp.crawlers.bgptools.as_names", "iyp.crawlers.apnic.eyeball",