mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 02:56:11 +05:00
Direct URL inputs from CLI/UI/API now seed Crawl.urls as explicit
{type:CrawlSeed,url,depth} JSONL rows; raw stdin/UI/API import text
stays verbatim. The runner's create_initial_snapshots() is now the
single place that either expands seed rows or creates the synthetic
archivebox://internal root + staticfile/stdin.txt, so add paths no
longer perform DB/FS side effects and the parser hooks run through
the same Snapshot lifecycle as every other extractor.
|
||
|---|---|---|
| .. | ||
| migrations | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| auth.py | ||
| middleware.py | ||
| models.py | ||
| urls.py | ||
| v1_api.py | ||
| v1_auth.py | ||
| v1_cli.py | ||
| v1_core.py | ||
| v1_crawls.py | ||
| v1_machine.py | ||
| v1_personas.py | ||
| webhooks.py | ||