diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-07-27 11:47:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-07-27 11:47:02 -0700 |
commit | 70cd64210e8f34ee417f273f8349cc9b7905e066 (patch) | |
tree | daaf11ca814078b1dc312176ff886a47ca755532 /python | |
parent | 334fb9b92e7eb4fda22c879e85cc491ca67ac6f8 (diff) | |
download | sandcrawler-70cd64210e8f34ee417f273f8349cc9b7905e066.tar.gz sandcrawler-70cd64210e8f34ee417f273f8349cc9b7905e066.zip |
another 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 d650e28..26c7eff 100644 --- a/python/sandcrawler/pdfextract.py +++ b/python/sandcrawler/pdfextract.py @@ -25,6 +25,7 @@ BAD_PDF_SHA1HEX = [ "b2b66b9c7f817a20144456f99c0be805602e8597", "d6b0f405bf13c23d0e90c54eea527442786d1cd3", "445968ef735b228c08c3ff4238d99fc9f4824619", + "09cba9b00494d12759c50cb914f1fb7c9746f5d1", ] @dataclass |