aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/ia.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-11-08 12:27:31 -0800
committerBryan Newbold <bnewbold@archive.org>2020-11-08 12:27:31 -0800
commit189eac07c2b559827fcd70c330821a940e65301d (patch)
tree3d5c837b34bf0fd106dc96153e0e10dc1868e9e6 /python/sandcrawler/ia.py
parent65d9bf7abe6def492bb14b9632d1a30f9980ff7f (diff)
downloadsandcrawler-189eac07c2b559827fcd70c330821a940e65301d.tar.gz
sandcrawler-189eac07c2b559827fcd70c330821a940e65301d.zip
html: handle no-capture for sub-resources
Diffstat (limited to 'python/sandcrawler/ia.py')
-rw-r--r--python/sandcrawler/ia.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/sandcrawler/ia.py b/python/sandcrawler/ia.py
index da667b6..639fab8 100644
--- a/python/sandcrawler/ia.py
+++ b/python/sandcrawler/ia.py
@@ -310,6 +310,9 @@ class WaybackContentError(Exception):
class PetaboxError(Exception):
pass
+class NoCaptureError(Exception):
+ pass
+
class WaybackClient:
def __init__(self, cdx_client=None, **kwargs):