ArchiveBox/archivebox/misc
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 safer import handling 2024-10-08 00:51:58 -07:00
checks.py wip 2 2025-12-24 21:46:14 -08:00
db.py remove huey 2025-12-24 23:40:18 -08:00
debugging.py speed up startup time, add rich startup progressbar, split logging and checks into misc, fix search index import backend bug 2024-09-24 19:04:38 -07:00
folders.py wip major changes 2025-12-24 20:10:38 -08:00
hashing.py wip major changes 2025-12-24 20:10:38 -08:00
jsonl.py Remove extractor field from Crawl model and fix tests 2025-12-27 01:49:09 +00:00
legacy.py wip major changes 2025-12-24 20:10:38 -08:00
logging_util.py new gallerydl plugin and more 2025-12-26 11:55:03 -08:00
logging.py remove Seed model in favor of Crawl as template 2025-12-25 01:52:41 -08:00
monkey_patches.py remove Seed model in favor of Crawl as template 2025-12-25 01:52:41 -08:00
paginators.py comment out Crawl api methods temporarily 2024-10-14 15:41:58 -07:00
serve_static.py move serve_static and shell_welcome_message into misc 2024-10-14 17:35:28 -07:00
shell_welcome_message.py wip major changes 2025-12-24 20:10:38 -08:00
system.py switch .is_dir and .exists for os.access to avoid PermissionError on startup 2024-10-08 03:02:34 -07:00
tests.py remove dead code 2024-10-04 14:48:20 -07:00
toml_util.py fix LIB_DIR and TMP_DIR loading when primary option isnt available 2024-10-21 00:35:56 -07:00
util.py wip major changes 2025-12-24 20:10:38 -08:00