aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-21 12:23:40 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-21 12:23:40 -0700
commit71b8acdc564cc0d8cda9809d4c3cb3d91a4b8e21 (patch)
tree36d8af7e074ee196440f977cbb501aa29b3a9a89
parent86cc15d9c2e1f2e857d0dcf141dd5ea4d720dff5 (diff)
downloadsandcrawler-71b8acdc564cc0d8cda9809d4c3cb3d91a4b8e21.tar.gz
sandcrawler-71b8acdc564cc0d8cda9809d4c3cb3d91a4b8e21.zip
ingest: fix WaybackContentError typo
-rw-r--r--python/sandcrawler/ingest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/ingest.py b/python/sandcrawler/ingest.py
index ef4ca25..d2a9980 100644
--- a/python/sandcrawler/ingest.py
+++ b/python/sandcrawler/ingest.py
@@ -8,7 +8,7 @@ import requests
from http.server import BaseHTTPRequestHandler, HTTPServer
from collections import namedtuple
-from sandcrawler.ia import SavePageNowClient, CdxApiClient, WaybackClient, WaybackError, WaybackError, SavePageNowError, CdxApiError, PetaboxError, cdx_to_dict, ResourceResult
+from sandcrawler.ia import SavePageNowClient, CdxApiClient, WaybackClient, WaybackError, WaybackContentError, SavePageNowError, CdxApiError, PetaboxError, cdx_to_dict, ResourceResult
from sandcrawler.grobid import GrobidClient
from sandcrawler.pdfextract import process_pdf, PdfExtractResult
from sandcrawler.misc import gen_file_metadata, clean_url