[PR #203] [CLOSED] Add an option to skip links that are broken. #1092

Closed
opened 2026-03-01 14:48:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/203
Author: @shakkhar
Created: 3/31/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 8856e93 Add an option to skip links that are broken.

📊 Changes

2 files changed (+15 additions, -0 deletions)

View changed files

📝 archivebox/config.py (+1 -0)
📝 archivebox/links.py (+14 -0)

📄 Description

Summary

I think it is nice if ArchiveBox can be configured to not create index entry for non-existent pages. I don't particularly care how it's done, just that it's possible. This patch shows one approach. I didn't change the default behavior.

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/203 **Author:** [@shakkhar](https://github.com/shakkhar) **Created:** 3/31/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8856e93`](https://github.com/ArchiveBox/ArchiveBox/commit/8856e9332a6d9aaae96addb985c8c659321be3a2) Add an option to skip links that are broken. ### 📊 Changes **2 files changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/config.py` (+1 -0) 📝 `archivebox/links.py` (+14 -0) </details> ### 📄 Description # Summary I think it is nice if ArchiveBox can be configured to not create index entry for non-existent pages. I don't particularly care how it's done, just that it's possible. This patch shows one approach. I didn't change the default behavior. # Changes these areas - [ ] Bugfixes - [X] 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-01 14:48:23 +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#1092
No description provided.