mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
fix typo
This commit is contained in:
parent
781b2aa393
commit
a9995eb750
@ -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)
|
||||
|
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user