diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/sandcrawler/ingest.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/python/sandcrawler/ingest.py b/python/sandcrawler/ingest.py index 94eb9a5..148abdb 100644 --- a/python/sandcrawler/ingest.py +++ b/python/sandcrawler/ingest.py @@ -65,14 +65,6 @@ class IngestFileWorker(SandcrawlerWorker): self.try_spn2 = kwargs.get('try_spn2', True) self.base_url_blocklist = [ - # temporary, until we do specific crawls - "://doi.org/10.5281/zenodo", - "://doi.org/10.6084/", - "://doi.org/10.11583/", - "://doi.org/10.1184/", - "://zenodo.org/", - "://figshare.com/", - # temporary, until we implement specific fetch and 'petabox' output "://archive.org/", "://web.archive.org/web/", |