fix: v0.1.7 — extraction options now work in batch mode (#3)

--only-main-content, --include, and --exclude were ignored in batch
mode because run_batch used default ExtractionOptions. Added
fetch_and_extract_batch_with_options to pass CLI options through.

Closes #3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Valerio 2026-03-26 13:30:20 +01:00
parent 1b8dfb77a6
commit 0e4128782a
5 changed files with 38 additions and 9 deletions

View file

@ -3,6 +3,13 @@
All notable changes to webclaw are documented here.
Format follows [Keep a Changelog](https://keepachangelog.com/).
## [0.1.7] — 2026-03-26
### Fixed
- `--only-main-content`, `--include`, and `--exclude` now work in batch mode (#3)
---
## [0.1.6] — 2026-03-26
### Added