Skip to content

Instantly share code, notes, and snippets.

@karlcow
Created August 7, 2015 01:14
Show Gist options
  • Save karlcow/9d4889a92a2e00c9ebc0 to your computer and use it in GitHub Desktop.
Save karlcow/9d4889a92a2e00c9ebc0 to your computer and use it in GitHub Desktop.
extracting URL and timestamp from HAR
→ egrep '"startedDateTime":|"url":' Archive\ 15-08-07\ 10-08-25.har
"startedDateTime": "2015-08-07T10:06:50.793+09:00",
"startedDateTime": "2015-08-07T10:06:50.793+09:00",
"url": "https://webcompat.com/",
"startedDateTime": "2015-08-07T10:06:53.194+09:00",
"url": "https://webcompat.com/js/webcompat.min.js?d4711fe1bd91f319dcd133d9047f2bd2",
"startedDateTime": "2015-08-07T10:06:53.195+09:00",
"url": "https://webcompat.com/js/diagnose.min.js?afa0e3e97584e8ee1122227efb93ed7a",
"startedDateTime": "2015-08-07T10:06:53.211+09:00",
"url": "https://avatars.githubusercontent.com/u/505230?v=3s=40",
"startedDateTime": "2015-08-07T10:06:53.232+09:00",
"url": "https://webcompat.com/css/webcompat.min.css?d5636659099a2831850754ff007f722e",
"startedDateTime": "2015-08-07T10:06:53.243+09:00",
"url": "https://webcompat.com/img/step1icon.png",
"startedDateTime": "2015-08-07T10:06:53.243+09:00",
"url": "https://webcompat.com/img/step2icon.png",
"startedDateTime": "2015-08-07T10:06:53.245+09:00",
"url": "https://webcompat.com/img/step3icon.png",
"startedDateTime": "2015-08-07T10:06:53.354+09:00",
"url": "https://webcompat.com/font/webcompat/webcompat.woff?ccpila",
"startedDateTime": "2015-08-07T10:06:54.924+09:00",
"url": "https://webcompat.com/api/issues/category/mine",
"startedDateTime": "2015-08-07T10:06:54.926+09:00",
"url": "https://webcompat.com/api/issues/category/needsdiagnosis",
"startedDateTime": "2015-08-07T10:06:54.926+09:00",
"url": "https://webcompat.com/api/issues/category/contactready",
"startedDateTime": "2015-08-07T10:06:54.926+09:00",
"url": "https://webcompat.com/api/issues/category/new",
"startedDateTime": "2015-08-07T10:06:54.926+09:00",
"url": "https://webcompat.com/api/issues/category/sitewait",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment