mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #1752] [MERGED] Remove redundant chrome_validate hook, rename wget_validate to wget_i… #4517
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#4517
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1752
Author: @pirate
Created: 12/31/2025
Status: ✅ Merged
Merged: 1/1/2026
Merged by: @pirate
Base:
dev← Head:claude/cleanup-on-crawl-hooks-TtLF6📝 Commits (2)
4d33084Remove redundant chrome_validate hook, rename wget_validate to wget_install09a1ca3Fix hook priority conflicts and standardize on_Binary naming📊 Changes
12 files changed (+0 additions, -172 deletions)
View changed files
📝
archivebox/plugins/apt/on_Binary__13_apt_install.py(+0 -0)📝
archivebox/plugins/brew/on_Binary__12_brew_install.py(+0 -0)➖
archivebox/plugins/chrome/on_Crawl__10_chrome_validate.py(+0 -172)📝
archivebox/plugins/custom/on_Binary__14_custom_install.py(+0 -0)📝
archivebox/plugins/env/on_Binary__15_env_install.py(+0 -0)📝
archivebox/plugins/htmltotext/on_Snapshot__58_htmltotext.py(+0 -0)📝
archivebox/plugins/mercury/on_Snapshot__57_mercury.py(+0 -0)📝
archivebox/plugins/npm/on_Binary__10_npm_install.py(+0 -0)📝
archivebox/plugins/pip/on_Binary__11_pip_install.py(+0 -0)📝
archivebox/plugins/readability/on_Snapshot__56_readability.py(+0 -0)📝
archivebox/plugins/staticfile/on_Snapshot__32_staticfile.bg.js(+0 -0)📝
archivebox/plugins/wget/on_Crawl__06_wget_install.py(+0 -0)📄 Description
…nstall
All hooks now follow consistent naming: install, launch, or config
Summary
Related issues
Changes these areas
Summary by cubic
Removed the redundant Chrome validate hook, renamed the Wget validate hook to wget_install, and standardized hook names and priorities to match the install/launch/config lifecycle. This removes duplicate logic and fixes priority conflicts across Crawl, Binary, and Snapshot hooks.
Written for commit
09a1ca3134. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.