From 85579a9a5205e86e39cf4e63ddb6970c928bec56 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 3 Jun 2021 10:57:35 -0700 Subject: ingest: don't accept mag and s2 URLs --- python/fatcat_tools/importers/ingest.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python') diff --git a/python/fatcat_tools/importers/ingest.py b/python/fatcat_tools/importers/ingest.py index 04ff8db6..37956ef3 100644 --- a/python/fatcat_tools/importers/ingest.py +++ b/python/fatcat_tools/importers/ingest.py @@ -30,12 +30,12 @@ class IngestFileResultImporter(EntityImporter): 'fatcat-ingest-container', 'fatcat-ingest', 'arabesque', - 'mag-corpus', - 'mag', + #'mag-corpus', + #'mag', 'unpaywall-corpus', 'unpaywall', - 's2-corpus', - 's2', + #'s2-corpus', + #'s2', 'doaj', 'dblp', ] -- cgit v1.2.3