diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-11-08 21:57:19 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-11-08 21:57:19 -0800 |
commit | cd09c66c136fceea5872e9601854e48d72dc1dae (patch) | |
tree | 1b94efa55b7f17207036158227a0c15d9abdc206 | |
parent | 95e92a112800bfe71d7b89e4cdf28075bde3542d (diff) | |
download | sandcrawler-cd09c66c136fceea5872e9601854e48d72dc1dae.tar.gz sandcrawler-cd09c66c136fceea5872e9601854e48d72dc1dae.zip |
ingest: small html_bibli typo
-rw-r--r-- | python/sandcrawler/ingest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |