[PR #451] [MERGED] Add options to ease management of node related extractors #4186

Closed
opened 2026-03-15 01:30:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/451
Author: @cdvv7788
Created: 8/18/2020
Status: Merged
Merged: 8/18/2020
Merged by: @pirate

Base: masterHead: node_config


📝 Commits (5)

  • cc0fa74 feat: Add options to ease management of node related extractors
  • 44131f0 Update README.md
  • 6af08ae Install archivebox as an npm package (README.md)
  • 21ae8c8 fix: Remove setup script from package.json
  • 75deaf2 Merge branch 'master' into node_config

📊 Changes

3 files changed (+29 additions, -10 deletions)

View changed files

📝 README.md (+17 -8)
📝 archivebox/config/__init__.py (+4 -2)
📝 tests/test_extractors.py (+8 -0)

📄 Description

IMPORTANT: Do not submit PRs with only formatting / PEP8 / line length changes, I will close them with great prejudice. The PEP8 checks I don't follow are intentional. PRs for minor bugfixes, typos, etc are fine.

Summary

Added new config, updated readme, and added an npm command to make it easier for users that want to install on bare metal.

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Archived data layout on disk

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/451 **Author:** [@cdvv7788](https://github.com/cdvv7788) **Created:** 8/18/2020 **Status:** ✅ Merged **Merged:** 8/18/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `master` ← **Head:** `node_config` --- ### 📝 Commits (5) - [`cc0fa74`](https://github.com/ArchiveBox/ArchiveBox/commit/cc0fa747cedda5eb2f71382d7cadda657ee732c8) feat: Add options to ease management of node related extractors - [`44131f0`](https://github.com/ArchiveBox/ArchiveBox/commit/44131f05ee313312f6429e7c837cf6dba9e2f3e1) Update README.md - [`6af08ae`](https://github.com/ArchiveBox/ArchiveBox/commit/6af08ae9f23ff23cf64ec6b86b8bbf22430d4a60) Install archivebox as an npm package (README.md) - [`21ae8c8`](https://github.com/ArchiveBox/ArchiveBox/commit/21ae8c8777d329ed83d8e2bdaae9323a042c77a6) fix: Remove setup script from package.json - [`75deaf2`](https://github.com/ArchiveBox/ArchiveBox/commit/75deaf293dfad037695850513fb1c22c7bb5abb5) Merge branch 'master' into node_config ### 📊 Changes **3 files changed** (+29 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+17 -8) 📝 `archivebox/config/__init__.py` (+4 -2) 📝 `tests/test_extractors.py` (+8 -0) </details> ### 📄 Description **IMPORTANT: Do not submit PRs with only formatting / PEP8 / line length changes, I will close them with great prejudice. The PEP8 checks I don't follow are intentional. PRs for minor bugfixes, typos, etc are fine.** # Summary Added new config, updated readme, and added an npm command to make it easier for users that want to install on bare metal. # Changes these areas - [ ] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [X] Configuration options - [ ] Internal architecture - [ ] Archived data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 01:30:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#4186
No description provided.