aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/ingest.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use print(..., file=sys.stderr)Bryan Newbold2019-12-181-4/+4
| | | | Should use logging soon, but this seems more idiomatic in the meanwhile.
* handle wayback fetch redirect loop in ingest codeBryan Newbold2019-11-141-2/+5
|
* handle WaybackError during ingestBryan Newbold2019-11-141-0/+4
|
* start of hrmars.com ingest supportBryan Newbold2019-11-141-2/+5
|
* treat failure to get terminal capture as a SavePageNowErrorBryan Newbold2019-11-131-1/+1
|
* handle wayback client return status correctlyBryan Newbold2019-11-131-2/+2
|
* allow way more errors in SPN pathBryan Newbold2019-11-131-2/+11
|
* fix lint errorsBryan Newbold2019-11-131-1/+1
|
* improve ingest worker remote failure behaviorBryan Newbold2019-11-131-5/+12
|
* rename FileIngestWorkerBryan Newbold2019-11-131-5/+9
|
* more progress on file ingestBryan Newbold2019-11-131-10/+37
|
* much progress on file ingest pathBryan Newbold2019-10-221-0/+150