From 09a1ca3134847b47ca71576506cbac9c67a360ae Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 1 Jan 2026 01:31:52 +0000 Subject: [PATCH] Fix hook priority conflicts and standardize on_Binary naming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ...install_using_apt_provider.py => on_Binary__13_apt_install.py} | 0 ...stall_using_brew_provider.py => on_Binary__12_brew_install.py} | 0 ...stall_using_custom_bash.py => on_Binary__14_custom_install.py} | 0 ...install_using_env_provider.py => on_Binary__15_env_install.py} | 0 ...n_Snapshot__57_htmltotext.py => on_Snapshot__58_htmltotext.py} | 0 .../{on_Snapshot__56_mercury.py => on_Snapshot__57_mercury.py} | 0 ...install_using_npm_provider.py => on_Binary__10_npm_install.py} | 0 ...install_using_pip_provider.py => on_Binary__11_pip_install.py} | 0 ...Snapshot__55_readability.py => on_Snapshot__56_readability.py} | 0 ...shot__31_staticfile.bg.js => on_Snapshot__32_staticfile.bg.js} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename archivebox/plugins/apt/{on_Binary__install_using_apt_provider.py => on_Binary__13_apt_install.py} (100%) rename archivebox/plugins/brew/{on_Binary__install_using_brew_provider.py => on_Binary__12_brew_install.py} (100%) rename archivebox/plugins/custom/{on_Binary__install_using_custom_bash.py => on_Binary__14_custom_install.py} (100%) rename archivebox/plugins/env/{on_Binary__install_using_env_provider.py => on_Binary__15_env_install.py} (100%) rename archivebox/plugins/htmltotext/{on_Snapshot__57_htmltotext.py => on_Snapshot__58_htmltotext.py} (100%) rename archivebox/plugins/mercury/{on_Snapshot__56_mercury.py => on_Snapshot__57_mercury.py} (100%) rename archivebox/plugins/npm/{on_Binary__install_using_npm_provider.py => on_Binary__10_npm_install.py} (100%) rename archivebox/plugins/pip/{on_Binary__install_using_pip_provider.py => on_Binary__11_pip_install.py} (100%) rename archivebox/plugins/readability/{on_Snapshot__55_readability.py => on_Snapshot__56_readability.py} (100%) rename archivebox/plugins/staticfile/{on_Snapshot__31_staticfile.bg.js => on_Snapshot__32_staticfile.bg.js} (100%) diff --git a/archivebox/plugins/apt/on_Binary__install_using_apt_provider.py b/archivebox/plugins/apt/on_Binary__13_apt_install.py similarity index 100% rename from archivebox/plugins/apt/on_Binary__install_using_apt_provider.py rename to archivebox/plugins/apt/on_Binary__13_apt_install.py diff --git a/archivebox/plugins/brew/on_Binary__install_using_brew_provider.py b/archivebox/plugins/brew/on_Binary__12_brew_install.py similarity index 100% rename from archivebox/plugins/brew/on_Binary__install_using_brew_provider.py rename to archivebox/plugins/brew/on_Binary__12_brew_install.py diff --git a/archivebox/plugins/custom/on_Binary__install_using_custom_bash.py b/archivebox/plugins/custom/on_Binary__14_custom_install.py similarity index 100% rename from archivebox/plugins/custom/on_Binary__install_using_custom_bash.py rename to archivebox/plugins/custom/on_Binary__14_custom_install.py diff --git a/archivebox/plugins/env/on_Binary__install_using_env_provider.py b/archivebox/plugins/env/on_Binary__15_env_install.py similarity index 100% rename from archivebox/plugins/env/on_Binary__install_using_env_provider.py rename to archivebox/plugins/env/on_Binary__15_env_install.py diff --git a/archivebox/plugins/htmltotext/on_Snapshot__57_htmltotext.py b/archivebox/plugins/htmltotext/on_Snapshot__58_htmltotext.py similarity index 100% rename from archivebox/plugins/htmltotext/on_Snapshot__57_htmltotext.py rename to archivebox/plugins/htmltotext/on_Snapshot__58_htmltotext.py diff --git a/archivebox/plugins/mercury/on_Snapshot__56_mercury.py b/archivebox/plugins/mercury/on_Snapshot__57_mercury.py similarity index 100% rename from archivebox/plugins/mercury/on_Snapshot__56_mercury.py rename to archivebox/plugins/mercury/on_Snapshot__57_mercury.py diff --git a/archivebox/plugins/npm/on_Binary__install_using_npm_provider.py b/archivebox/plugins/npm/on_Binary__10_npm_install.py similarity index 100% rename from archivebox/plugins/npm/on_Binary__install_using_npm_provider.py rename to archivebox/plugins/npm/on_Binary__10_npm_install.py diff --git a/archivebox/plugins/pip/on_Binary__install_using_pip_provider.py b/archivebox/plugins/pip/on_Binary__11_pip_install.py similarity index 100% rename from archivebox/plugins/pip/on_Binary__install_using_pip_provider.py rename to archivebox/plugins/pip/on_Binary__11_pip_install.py diff --git a/archivebox/plugins/readability/on_Snapshot__55_readability.py b/archivebox/plugins/readability/on_Snapshot__56_readability.py similarity index 100% rename from archivebox/plugins/readability/on_Snapshot__55_readability.py rename to archivebox/plugins/readability/on_Snapshot__56_readability.py diff --git a/archivebox/plugins/staticfile/on_Snapshot__31_staticfile.bg.js b/archivebox/plugins/staticfile/on_Snapshot__32_staticfile.bg.js similarity index 100% rename from archivebox/plugins/staticfile/on_Snapshot__31_staticfile.bg.js rename to archivebox/plugins/staticfile/on_Snapshot__32_staticfile.bg.js