diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-07-27 10:53:24 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-07-27 10:53:24 -0700 |
commit | 334fb9b92e7eb4fda22c879e85cc491ca67ac6f8 (patch) | |
tree | b96a4c21aea09c22121d01a9e1cf7e33e3ecb616 /python | |
parent | 9e4d3e14f64a03c56ae6ef6e2f119f57e6cfa418 (diff) | |
download | sandcrawler-334fb9b92e7eb4fda22c879e85cc491ca67ac6f8.tar.gz sandcrawler-334fb9b92e7eb4fda22c879e85cc491ca67ac6f8.zip |
yet another 'bad' PDF sha1hex
Diffstat (limited to 'python')
-rw-r--r-- | python/sandcrawler/pdfextract.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/sandcrawler/pdfextract.py b/python/sandcrawler/pdfextract.py index 41a8764..d650e28 100644 --- a/python/sandcrawler/pdfextract.py +++ b/python/sandcrawler/pdfextract.py @@ -24,6 +24,7 @@ BAD_PDF_SHA1HEX = [ "8e4f03c29ae1fe7227140ab4b625f375f6c00d31", "b2b66b9c7f817a20144456f99c0be805602e8597", "d6b0f405bf13c23d0e90c54eea527442786d1cd3", + "445968ef735b228c08c3ff4238d99fc9f4824619", ] @dataclass |