aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/ingest.py
Commit message (Collapse)AuthorAgeFilesLines
...
* support forwarding url types other than pdf_urlBryan Newbold2020-01-091-4/+5
|
* refactor ingest to a loop, allowing multiple hopsBryan Newbold2020-01-091-25/+48
|
* lots of progress on wayback refactoringBryan Newbold2020-01-091-11/+15
| | | | | | - too much to list - canonical flags to control crawling - cdx_to_dict helper
* wrap up basic (locally testable) ingest refactorBryan Newbold2020-01-091-159/+196
|
* remove SPNv1 code pathsBryan Newbold2020-01-071-30/+24
|
* 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