issues
search
webrecorder
/
warcio.js
JS Streaming WARC IO optimized for Browser and Node
MIT License
35
stars
5
forks
source link
more indexing compatibility fixes:
#77
Closed
ikreymer
closed
2 months ago
ikreymer
commented
2 months ago
additional fixes to make surt conversion and indexing closer to original python implementation in cdxj-indexer and surt.
sort query args by splitting on '&', instead of parsing via URLSearchParams to preserve empty query args
SURT contains non urlencoded query args when possible, including POST request body
warc record: parse URL to ensure trailing slash included in http/https URLs
fixes #70