Mat Kelly
Mat Kelly
outerHTML is used per https://github.com/machawk1/warcreate/blob/master/js/content.js#L250-L259 Asked for suggestions to resolve this behavior at https://groups.google.com/a/chromium.org/forum/?utm_medium=email&utm_source=footer#!topic/chromium-extensions/YA5xg6PaIVw .
That discussion was part of the impetus for creating this issue, @ibnesayeed. This issue is about determining what the current behavior is. The result of that can be cross-referenced with...
@N0taN3rd Maybe a conversion record is more suitable for the HTTP/1.1 derivative while still maintaining the original payload while replay systems (and the WARC spec) catch up.
This has a bit of crossover with [Webrecorder's Autopilot](https://guide.webrecorder.io/autopilot/). Further investigation is needed to determine the differences between the systems. Ping @ikreymer for interest, as Memento Tracer seems like a...
I can imagine an instance where a user will load sites in two different tabs and would want to create WARCs from each tab (e.g., archiving all sections of a...
Hi @payingattention, your feedback and experience is important is remedying the issue you are experiencing. I have yet to isolate the part of the WARC that WARCreate is creating that...
Also, @payingattention, if you would be willing to provide the resultant WARC, this can be used as the basis for reproducibility.
```py import locale from decimal import Decimal local.setlocale(locale.LC_NUMERIC, 'en-US') # ^ read server locale rather than hard-coding print(f'{Decimal("50000"):n}') ``` This makes me think that it should be formatted on the...
Hi @brettkromkamp, not just yet. I am still in the process of getting it working. I will provide feedback as soon as I can accomplish that then have a look...