1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
This commit is contained in:
Ilya Kreymer 2018-02-05 16:31:49 -08:00
parent 781b2aa393
commit a9995eb750
2 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@ class RewriterApp(object):
orig_wb_url = WbUrl(record.rec_headers.get('WARC-Refers-To-Target-URI'))
orig_wb_url.timestamp = iso_date_to_timestamp(record.rec_headers.get('WARC-Refers-To-Date'))
orig_wb_url.type = orig_wb_url.REPLAY
kwargs['filter'] = '!status:302'
#kwargs['filter'] = '!status:302'
new_r = self._do_req(inputreq, orig_wb_url, kwargs, skip_record)
stream = BufferedReader(new_r.raw, block_size=BUFF_SIZE)

View File

@ -3425,7 +3425,7 @@ var _WBWombat = function($wbwindow, wbinfo) {
"is_live": wbinfo.is_live,
"title": $wbwindow.document ? $wbwindow.document.title : "",
"readyState": $wbwindow.document.readyState,
"wb_type": "load"
"wb_type": "load",
"coll": wbinfo.coll,
}