ArchiveBox/archivebox/plugins
Claude 09a1ca3134
Fix hook priority conflicts and standardize on_Binary naming
on_Snapshot priority fixes:
- redirects.bg.js stays at 31, staticfile.bg.js → 32
- headers.js stays at 55, readability.py → 56
- mercury.py → 57, htmltotext.py → 58

on_Binary hooks now have numeric priorities:
- 10: npm_install.py
- 11: pip_install.py
- 12: brew_install.py
- 13: apt_install.py
- 14: custom_install.py
- 15: env_install.py
2026-01-01 01:31:52 +00:00
..
accessibility Fix test assertions to fail when data is missing 2025-12-31 19:00:30 +00:00
apt Fix hook priority conflicts and standardize on_Binary naming 2026-01-01 01:31:52 +00:00
archive_org improve plugin tests and config 2025-12-29 00:45:23 -08:00
brew Fix hook priority conflicts and standardize on_Binary naming 2026-01-01 01:31:52 +00:00
chrome Remove redundant chrome_validate hook, rename wget_validate to wget_install 2025-12-31 23:41:40 +00:00
consolelog Add DNS traffic recorder plugin (#1748) 2025-12-31 11:02:43 -08:00
custom Fix hook priority conflicts and standardize on_Binary naming 2026-01-01 01:31:52 +00:00
dns Fix test assertions to fail properly and add NXDOMAIN deduplication 2025-12-31 19:00:28 +00:00
dom Update all Chrome plugins to use shared chrome_utils.js 2025-12-31 18:35:25 +00:00
env Fix hook priority conflicts and standardize on_Binary naming 2026-01-01 01:31:52 +00:00
favicon Add JS-Python path delegation to reduce Chrome-related duplication 2025-12-31 09:11:11 +00:00
forumdl more fixes 2025-12-29 21:03:05 -08:00
gallerydl make plugin config more consistent 2025-12-29 13:21:46 -08:00
git more fixes 2025-12-29 21:03:05 -08:00
headers Update all Chrome plugins to use shared chrome_utils.js 2025-12-31 18:35:25 +00:00
htmltotext Fix hook priority conflicts and standardize on_Binary naming 2026-01-01 01:31:52 +00:00
infiniscroll Reduce Chrome-related code duplication across JS and Python 2025-12-31 08:13:00 +00:00
istilldontcareaboutcookies Clean up on_Crawl hooks: remove duplicates and standardize naming 2025-12-31 22:47:36 +00:00
mercury Fix hook priority conflicts and standardize on_Binary naming 2026-01-01 01:31:52 +00:00
merkletree Add tests for merkletree and custom binary provider plugins 2025-12-31 18:30:04 +00:00
modalcloser Update all Chrome plugins to use shared chrome_utils.js 2025-12-31 18:35:25 +00:00
npm Fix hook priority conflicts and standardize on_Binary naming 2026-01-01 01:31:52 +00:00
papersdl make plugin config more consistent 2025-12-29 13:21:46 -08:00
parse_dom_outlinks Fix test assertions to fail when data is missing 2025-12-31 19:00:30 +00:00
parse_html_urls improve plugin tests and config 2025-12-29 00:45:23 -08:00
parse_jsonl_urls improve plugin tests and config 2025-12-29 00:45:23 -08:00
parse_netscape_urls improve plugin tests and config 2025-12-29 00:45:23 -08:00
parse_rss_urls improve plugin tests and config 2025-12-29 00:45:23 -08:00
parse_txt_urls improve plugin tests and config 2025-12-29 00:45:23 -08:00
pdf Update all Chrome plugins to use shared chrome_utils.js 2025-12-31 18:35:25 +00:00
pip Fix hook priority conflicts and standardize on_Binary naming 2026-01-01 01:31:52 +00:00
readability Fix hook priority conflicts and standardize on_Binary naming 2026-01-01 01:31:52 +00:00
redirects Update all Chrome plugins to use shared chrome_utils.js 2025-12-31 18:35:25 +00:00
responses Add DNS traffic recorder plugin (#1748) 2025-12-31 11:02:43 -08:00
screenshot Update all Chrome plugins to use shared chrome_utils.js 2025-12-31 18:35:25 +00:00
search_backend_ripgrep Clean up on_Crawl hooks: remove duplicates and standardize naming 2025-12-31 22:47:36 +00:00
search_backend_sonic improve plugin tests and config 2025-12-29 00:45:23 -08:00
search_backend_sqlite Add SSL, redirects, SEO plugin tests and fix fake test issues 2025-12-31 12:00:00 +00:00
seo Fix test assertions to fail properly and add NXDOMAIN deduplication 2025-12-31 19:00:28 +00:00
singlefile Clean up on_Crawl hooks: remove duplicates and standardize naming 2025-12-31 22:47:36 +00:00
ssl Fix test assertions to fail properly and add NXDOMAIN deduplication 2025-12-31 19:00:28 +00:00
staticfile Fix hook priority conflicts and standardize on_Binary naming 2026-01-01 01:31:52 +00:00
title Add JS-Python path delegation to reduce Chrome-related duplication 2025-12-31 09:11:11 +00:00
twocaptcha cleanup migrations, json, jsonl 2025-12-31 15:36:43 -08:00
ublock Clean up on_Crawl hooks: remove duplicates and standardize naming 2025-12-31 22:47:36 +00:00
wget Remove redundant chrome_validate hook, rename wget_validate to wget_install 2025-12-31 23:41:40 +00:00
ytdlp remove uneeded test 2025-12-29 13:30:25 -08:00