aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/ia.py
Commit message (Expand)AuthorAgeFilesLines
* cdx: add support for 'closest' time parameterBryan Newbold2020-10-301-3/+9
* ingest: decrease CDX timeout retries againBryan Newbold2020-10-221-1/+1
* differential wayback-error from wayback-content-errorBryan Newbold2020-10-211-10/+13
* SPN CDX delay now seems reasonable; increase to 40sec to catch mostBryan Newbold2020-10-191-1/+1
* CDX: when retrying, do so every 3 seconds up to limitBryan Newbold2020-10-191-5/+9
* SPN: more verbose status loggingBryan Newbold2020-10-191-0/+4
* 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
* SPN: better check for partial URLs returnedBryan Newbold2020-10-191-2/+2
* CDX fetch: more permissive fuzzy/normalization checkBryan Newbold2020-10-191-3/+9
* ingest: experimentally reduce CDX API retry delayBryan Newbold2020-10-171-1/+1
* ingest: handle cookieAbsent and partial SPNv2 URL reponse cases betterBryan Newbold2020-10-171-0/+31
* store no-capture URLs in terminal_urlBryan Newbold2020-10-121-1/+1
* Revert "ingest: reduce CDX retry_sleep to 3.0 sec (after SPN)"Bryan Newbold2020-08-111-1/+1
* ingest: reduce CDX retry_sleep to 3.0 sec (after SPN)Bryan Newbold2020-08-111-1/+1
* refactor: force_get -> force_simple_getBryan Newbold2020-08-111-5/+5
* spn2: skip js behavior (experiment)Bryan Newbold2020-08-051-0/+1
* SPN2: ensure not fetching outlinksBryan Newbold2020-08-051-0/+1
* use new SPNv2 'skip_first_archive' paramBryan Newbold2020-07-221-0/+1
* report revisit non-200 as a WaybackErrorBryan Newbold2020-06-261-7/+7
* pdf: mypy and typo fixesBryan Newbold2020-06-171-1/+1
* ingest: quick hack to capture CNKI outlinksBryan Newbold2020-04-131-2/+9
* ia: set User-Agent for replay fetch from waybackBryan Newbold2020-03-291-0/+5
* ingest: better spn2 pending error codeBryan Newbold2020-03-271-0/+2
* ia: more conservative use of clean_url()Bryan Newbold2020-03-241-3/+5
* ingest: clean_url() in more placesBryan Newbold2020-03-231-1/+4
* ingest: log every URL (from ia code side)Bryan Newbold2020-03-181-0/+1
* implement (unused) force_get flag for SPN2Bryan Newbold2020-03-181-3/+4
* work around local redirect (resource.location)Bryan Newbold2020-03-171-1/+6
* ia: catch wayback ChunkedEncodingErrorBryan Newbold2020-03-051-0/+3
* fix warc_offset -> offsetBryan Newbold2020-02-241-1/+1
* ingest: handle broken revisit recordsBryan Newbold2020-02-241-1/+4
* ingest: treat CDX lookup error as a wayback-errorBryan Newbold2020-02-241-1/+4
* fetch_petabox_body: allow non-200 status code fetchesBryan Newbold2020-02-241-2/+10
* allow fuzzy revisit matchesBryan Newbold2020-02-241-1/+26
* ingest: more revisit fixesBryan Newbold2020-02-221-4/+4
* ia: improve warc/revisit implementationBryan Newbold2020-02-221-26/+46
* cdx: handle empty/null CDX responseBryan Newbold2020-02-221-0/+2
* filter out CDX rows missing WARC playback fieldsBryan Newbold2020-02-191-0/+4
* X-Archive-Src more robust than X-Archive-Redirect-ReasonBryan Newbold2020-02-181-2/+3
* wayback: on bad redirects, log instead of assertBryan Newbold2020-02-181-2/+13
* attempt to work around corrupt ARC files from alexa issueBryan Newbold2020-02-181-0/+5
* handle alternative dt format in WARC headersBryan Newbold2020-02-051-2/+4
* decrease SPNv2 polling timeout to 3 minutesBryan Newbold2020-02-051-2/+2
* improvements to reliability from prod testingBryan Newbold2020-02-031-5/+11
* hack-y backoff ingest attemptBryan Newbold2020-02-031-2/+11
* wayback: try to resolve HTTPException due to many HTTP headersBryan Newbold2020-02-021-1/+9
* fix WaybackError exception formatingBryan Newbold2020-01-281-1/+1