aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* tweak html_meta SQL schemaBryan Newbold2020-11-031-12/+19
* html: some refactoringBryan Newbold2020-11-033-24/+57
* move transfer encoding helper to sandcrawler/ia.pyBryan Newbold2020-11-032-23/+42
* ingest: cleanups, typing, start generalizing to xml and htmlBryan Newbold2020-11-031-122/+118
* ingest: tweak debug printing alignmentBryan Newbold2020-11-032-11/+10
* pytest: ignore DW in justextBryan Newbold2020-11-031-0/+1
* ingest: add more IA domainsBryan Newbold2020-11-031-0/+2
* cdx: fix 'closest' supportBryan Newbold2020-11-031-3/+2
* html: start on SQL tableBryan Newbold2020-11-031-0/+44
* html: syntax fixes; resolve relative URLs; extract more XML fulltext URLsBryan Newbold2020-10-303-15/+23
* html: work around firstmonday DOCTYPE issueBryan Newbold2020-10-303-0/+458
* tests: fix conditional on poppler version checkBryan Newbold2020-10-301-1/+1
* cdx datetime parsing improvementsBryan Newbold2020-10-301-0/+11
* cdx: add support for 'closest' time parameterBryan Newbold2020-10-301-3/+9
* html: more ingest improvementsBryan Newbold2020-10-302-18/+120
* html ingest: improve data flowBryan Newbold2020-10-291-18/+41
* better default CLI output (show usage)Bryan Newbold2020-10-296-6/+6
* improve test running and configBryan Newbold2020-10-293-3/+7
* misc: type annotations, fix parse_cdx_datetimeBryan Newbold2020-10-291-14/+18
* html: initial ingest implementationBryan Newbold2020-10-291-0/+193
* html: more metadata testsBryan Newbold2020-10-292-0/+2453
* pipenv: braveblocker, dynaconf, sentry-sdkBryan Newbold2020-10-292-29/+34
* html: more biblio selectors; resource extractionBryan Newbold2020-10-291-0/+102
* HTML meta: more from online hunting/researchBryan Newbold2020-10-271-3/+54
* HTML metadata: fix type warningsBryan Newbold2020-10-272-2/+5
* grobid2json: fix deprecation warningBryan Newbold2020-10-271-1/+1
* pylint: fix error on selectolax importBryan Newbold2020-10-271-0/+1
* pytest: remove unknown 'ignore' from config fileBryan Newbold2020-10-271-2/+0
* new dependencies for HTML metadata parsingBryan Newbold2020-10-272-926/+184
* start HTML metadata extraction codeBryan Newbold2020-10-276-0/+2858
* ingest: skip JSTOR DOI prefixesBryan Newbold2020-10-231-0/+3
* Revert "reimplement worker timeout with multiprocessing"Bryan Newbold2020-10-221-17/+23
* ingest: decrease CDX timeout retries againBryan Newbold2020-10-221-1/+1
* make: coverage report and HTML in one goBryan Newbold2020-10-222-5/+2
* reimplement worker timeout with multiprocessingBryan Newbold2020-10-221-23/+17
* ingest: fix WaybackContentError typoBryan Newbold2020-10-211-1/+1
* ingest: add a check for blocked-cookie before trying PDF url extractionBryan Newbold2020-10-211-0/+11
* differential wayback-error from wayback-content-errorBryan Newbold2020-10-217-18/+22
* persist PDF extraction in ingest pipelineBryan Newbold2020-10-201-4/+16
* ingest: add a cdx-error slowdown delayBryan Newbold2020-10-191-0/+3
* SPN CDX delay now seems reasonable; increase to 40sec to catch mostBryan Newbold2020-10-191-1/+1
* ingest: fix old_failure datetimeBryan Newbold2020-10-191-1/+1
* CDX: when retrying, do so every 3 seconds up to limitBryan Newbold2020-10-191-5/+9
* ingest: try SPNv2 for no-capture and old failuresBryan Newbold2020-10-191-1/+5
* SPN: more verbose status loggingBryan Newbold2020-10-191-0/+4
* ingest: disable soft404 and non-hit SPNv2 retriesBryan Newbold2020-10-191-4/+5
* CDX: revert post-SPN CDX lookup retry to 10 secondsBryan Newbold2020-10-191-1/+1
* ingest: catch wayback-fail-after-SPN as separate statusBryan Newbold2020-10-191-4/+17
* SPN: better log line when starting a requestBryan Newbold2020-10-191-0/+1
* SPN: look for non-200 CDX responsesBryan Newbold2020-10-191-1/+1