1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

frame timestamp extract: fix timestamp extracting timestamp for non-html resources for use with frame display (#189)

This commit is contained in:
Ilya Kreymer 2016-07-28 10:06:10 -04:00
parent c8c0cecda3
commit c3389987cd

View File

@ -19,7 +19,7 @@ This file is part of pywb, https://github.com/ikreymer/pywb
var LIVE_COOKIE_REGEX = /pywb.timestamp=([\d]{1,14})/;
var TS_REGEX = /\/([\d]{1,14})\//;
var TS_REGEX = /\/([\d]{1,14})(?:\w+_)?\/(?:\w+[:])?\/\//;
var curr_state = {};