mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-25 00:06:21 +02:00
docs: clarify doc comments on ResolvedConfig selector and raw_html fields
This commit is contained in:
parent
3bc6a9920b
commit
e7583a5c51
1 changed files with 3 additions and 0 deletions
|
|
@ -108,10 +108,13 @@ pub struct ResolvedConfig {
|
|||
pub timeout: u64,
|
||||
pub pdf_mode: PdfModeArg,
|
||||
pub only_main_content: bool,
|
||||
/// CLI-only output flag — not configurable via config.json (it is a per-run mode, not a persistent default).
|
||||
pub raw_html: bool,
|
||||
|
||||
// CSS selectors
|
||||
/// Vec<String> — CSS selectors passed directly to extraction filter.
|
||||
pub include_selectors: Vec<String>,
|
||||
/// Vec<String> — CSS selectors passed directly to extraction filter.
|
||||
pub exclude_selectors: Vec<String>,
|
||||
|
||||
// Crawl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue