ArchiveBox/archivebox/cli
Claude c3acadd528
Remove extractor field from Crawl model and fix tests
- Remove extractor field from Crawl model (moved to config dict)
- Update migration 0002_drop_seed_model to not add extractor
- Update archivebox_add.py to use config['PARSER'] instead
- Update admin.py recrawl to not pass extractor
- Update jsonl.py serialization to not include extractor
- Update test schema SCHEMA_0_8 to not include extractor
- Set default timeout to 60s for test commands
2025-12-27 01:49:09 +00:00
..
__init__.py remove Seed model in favor of Crawl as template 2025-12-25 01:52:41 -08:00
archivebox_add.py Remove extractor field from Crawl model and fix tests 2025-12-27 01:49:09 +00:00
archivebox_config.py wip major changes 2025-12-24 20:10:38 -08:00
archivebox_crawl.py remove Seed model in favor of Crawl as template 2025-12-25 01:52:41 -08:00
archivebox_extract.py logging and admin ui improvements 2025-12-25 01:10:41 -08:00
archivebox_help.py move main funcs into cli files and switch to using click for CLI 2024-11-19 00:18:51 -08:00
archivebox_init.py wip major changes 2025-12-24 20:10:38 -08:00
archivebox_install.py remove Seed model in favor of Crawl as template 2025-12-25 01:52:41 -08:00
archivebox_manage.py fix archivebox shell and manage CLI commands 2024-11-19 00:48:39 -08:00
archivebox_mcp.py add mcp server support 2025-12-25 01:51:42 -08:00
archivebox_oneshot.py move main funcs into cli files and switch to using click for CLI 2024-11-19 00:18:51 -08:00
archivebox_orchestrator.py wip major changes 2025-12-24 20:10:38 -08:00
archivebox_remove.py wip 2 2025-12-24 21:46:14 -08:00
archivebox_schedule.py wip major changes 2025-12-24 20:10:38 -08:00
archivebox_search.py wip major changes 2025-12-24 20:10:38 -08:00
archivebox_server.py tons of ui fixes and plugin fixes 2025-12-25 03:59:51 -08:00
archivebox_shell.py fix archivebox shell and manage CLI commands 2024-11-19 00:48:39 -08:00
archivebox_snapshot.py remove Seed model in favor of Crawl as template 2025-12-25 01:52:41 -08:00
archivebox_status.py wip major changes 2025-12-24 20:10:38 -08:00
archivebox_update.py wip major changes 2025-12-24 20:10:38 -08:00
archivebox_version.py remove Seed model in favor of Crawl as template 2025-12-25 01:52:41 -08:00
archivebox_worker.py wip major changes 2025-12-24 20:10:38 -08:00
tests_piping.py wip major changes 2025-12-24 20:10:38 -08:00
tests.py wip major changes 2025-12-24 20:10:38 -08:00