scrachy.settings.defaults.storage.SCRACHY_CONTENT_BS4_PARSER

scrachy.settings.defaults.storage.SCRACHY_CONTENT_BS4_PARSER: Literal['html.parser', 'lxml', 'lxml-xml', 'html5lib'] | None = 'html.parser'

The parser to use for constructing the DOM. It can be one of the following: [html.parser, lxml, lxml-xml, html5lib]. By default, it will use html.parser, but lxml or html5lib are probably preferred.