From 073421d6317fc33d810c5195cbaee15d2a81b30e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 5 Jul 2020 12:28:45 -0700 Subject: add more slow PDF hashes --- python/sandcrawler/pdfextract.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/sandcrawler/pdfextract.py b/python/sandcrawler/pdfextract.py index 4fd8712..41a8764 100644 --- a/python/sandcrawler/pdfextract.py +++ b/python/sandcrawler/pdfextract.py @@ -22,6 +22,8 @@ BAD_PDF_SHA1HEX = [ "64d821d728f9a3dc944b4c03be00feea0b57e314", "88edcbab1cac2d70af5870422974afc253f4f0c6", "8e4f03c29ae1fe7227140ab4b625f375f6c00d31", + "b2b66b9c7f817a20144456f99c0be805602e8597", + "d6b0f405bf13c23d0e90c54eea527442786d1cd3", ] @dataclass -- cgit v1.2.3