Closed jtof-fap closed 6 months ago
Hi, back after a long time !
A new PR for implementing the --jsonl option, a good idea suggested and started by @ocervell.
PR
--jsonl
With the JSON-Lines output, bypass-url-parser can now be used with other tools.
JSON-Lines
bypass-url-parser
At the same time, this PR fixes two known bugs:
utf-8
self.encoding
Content-length
:-)
Hey @ocervell, is this one covering our needs ? :pray: If so, jtof did a super fast & working job, I reviewed and tested, we can distribute a new release soon :)
Hi, back after a long time !
New JSON-Lines output
A new
PR
for implementing the--jsonl
option, a good idea suggested and started by @ocervell.With the
JSON-Lines
output,bypass-url-parser
can now be used with other tools.Various Bugfix
At the same time, this
PR
fixes two known bugs:utf-8
instead ofself.encoding
, which can break the library mode;Content-length
in response headers, which can cause the tool's results to fail.:-)