From cd09c66c136fceea5872e9601854e48d72dc1dae Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 8 Nov 2020 21:57:19 -0800 Subject: ingest: small html_bibli typo --- python/sandcrawler/ingest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sandcrawler/ingest.py b/python/sandcrawler/ingest.py index 602f9c5..e77ec05 100644 --- a/python/sandcrawler/ingest.py +++ b/python/sandcrawler/ingest.py @@ -652,7 +652,7 @@ class IngestFileWorker(SandcrawlerWorker): elif ingest_type == "html" and html_ish_resource: if html_biblio and html_biblio.html_fulltext_url: next_url = html_biblio.html_fulltext_url - technique = "html_bibli" + technique = "html_biblio" if next_url in hops: # for HTML ingest, we don't count this as a link-loop break -- cgit v1.2.3