| 00:56:41 | | spirit quits [Client Quit] |
| 01:54:23 | | michaelblob quits [Read error: Connection reset by peer] |
| 01:55:34 | | michaelblob (michaelblob) joins |
| 02:06:46 | | qwertyasdfuiopghjkl quits [Remote host closed the connection] |
| 02:09:28 | | michaelblob quits [Read error: Connection reset by peer] |
| 02:10:29 | | michaelblob (michaelblob) joins |
| 03:37:08 | | qwertyasdfuiopghjkl joins |
| 05:11:48 | | systwi quits [Ping timeout: 246 seconds] |
| 05:31:34 | | qwertyasdfuiopghjkl quits [Remote host closed the connection] |
| 05:44:53 | | qwertyasdfuiopghjkl joins |
| 06:12:24 | | Sluggs quits [Ping timeout: 265 seconds] |
| 06:15:55 | | qwertyasdfuiopghjkl quits [Remote host closed the connection] |
| 06:20:39 | | qwertyasdfuiopghjkl joins |
| 10:12:41 | | Specular joins |
| 10:16:12 | <Specular> | Does IA preserve files' original timestamps? As when for example I downloaded an image from a Wayback URL via wget (which by default copies the server date modified timestamp to the downloaded output) it displayed the current local time. |
| 10:21:51 | | systwi (systwi) joins |
| 10:27:37 | <OrIdow6> | Specular: It's all preserved as WARC is basically an exact dump of what goes over the TCP stream; if you want to access it for something from the Wayback Machine, x-archive-orig-last-modified may help you |
| 10:39:12 | <Specular> | OrIdow6, I see. Do you happen to know of any CLI program that can obtain such headers? wget even when trying the `--metalink-over-http` option just reverts to its standard request when downloading a file directly. |
| 10:41:53 | <Specular> | (though I have just tried the wrong option tbf) |
| 10:41:58 | <Specular> | *I may have |
| 10:42:20 | <OrIdow6> | Specular: curl and grep works - not sure what you mean with that wget thing |
| 10:42:31 | <OrIdow6> | x-archive-orig-last-modified is just a response header that may or may not be present |
| 10:45:30 | <OrIdow6> | curl -Lv 'https://web.archive.org/web/20180316042802/https://example.com/' 2>&1 | grep x-archive-orig-last-modified |
| 10:45:42 | <OrIdow6> | Obviously there are ways that could be improved but that's the idea |
| 11:00:31 | <Specular> | OrIdow6, appreciated. |
| 11:57:10 | | Specular quits [Ping timeout: 246 seconds] |
| 11:57:14 | | Specular_ joins |
| 12:30:56 | | Specular_ quits [Client Quit] |
| 14:20:13 | | qwertyasdfuiopghjkl quits [Remote host closed the connection] |
| 14:34:36 | | Arcorann quits [Ping timeout: 246 seconds] |
| 14:45:48 | <@JAA> | Turns out that wget actually has code for the IA headers: https://github.com/mirror/wget/blob/aab539bb44b5d7aeb093014c21fd4f4e4e728136/src/http.c#L3728-L3730 |
| 16:05:57 | | qwertyasdfuiopghjkl joins |
| 16:39:17 | | Sluggs joins |
| 18:25:26 | <Jake> | 🤯 |
| 18:56:33 | | Sluggs quits [Ping timeout: 265 seconds] |
| 18:57:35 | | Sluggs joins |
| 19:29:36 | | spirit joins |
| 20:35:56 | | systwi__ (systwi) joins |
| 20:36:13 | | systwi quits [Ping timeout: 246 seconds] |
| 20:51:58 | | systwi__ quits [Ping timeout: 246 seconds] |
| 20:52:01 | | systwi (systwi) joins |
| 21:39:04 | | systwi quits [Ping timeout: 268 seconds] |
| 21:39:34 | | systwi__ (systwi) joins |
| 21:47:51 | | systwi (systwi) joins |
| 21:47:58 | | systwi__ quits [Ping timeout: 246 seconds] |
| 23:07:14 | <OrIdow6> | Huh |