mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-08 20:05:49 +10:00
This fix resolves issue #1445 where SingleFile was not respecting Chrome user data directory and other Chrome launch options that work for other Chrome-based extractors (PDF, Screenshot, etc.). Changes: - Added SINGLEFILE_CHROME_ARGS config option in config.json with x-fallback to CHROME_ARGS - Updated SingleFile extractor to read and pass Chrome arguments via --browser-args parameter - Updated docstring to document the new environment variable This ensures SingleFile respects the same Chrome configuration (user data directory, cookies, etc.) as other Chrome-based extractors. Fixes #1445 Co-authored-by: Nick Sweeting <pirate@users.noreply.github.com>