25 lines
495 B
YAML
25 lines
495 B
YAML
name: army_pubs
|
|
description: "US Army field manuals - HUMINT, CI, interrogation, surveillance (public)"
|
|
base_url: "https://irp.fas.org/doddir/army/"
|
|
domain_allowlist:
|
|
- irp.fas.org
|
|
crawl_rules:
|
|
max_depth: 2
|
|
max_documents: 500
|
|
follow_links: true
|
|
url_patterns:
|
|
- "/doddir/army/*"
|
|
- "*.pdf"
|
|
- "*.htm"
|
|
exclude_patterns:
|
|
- "*.css"
|
|
- "*.js"
|
|
- "*.ico"
|
|
- "*.gif"
|
|
content_types:
|
|
- text/html
|
|
- application/pdf
|
|
expected_min_count: 50
|
|
rate_limit: 1.0
|
|
mirrors: []
|