rushter / selectolax

Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).
MIT License
1.11k stars 68 forks source link

What is/was the format for the pages/pages.json file? #105

Closed landonstewart closed 11 months ago

landonstewart commented 11 months ago

If I wanted to create my own pages/pages.json file what format is it to use examples/benchmark.py?

{ "pages": [] }

?

rushter commented 11 months ago

The input file is JSON lines file where on each line you have {"html":"..."}