[PR #193] [MERGED] wget: Remove unsupported compression option #1087

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

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/193
Author: @sbrl
Created: 3/26/2019
Status: Merged
Merged: 3/27/2019
Merged by: @pirate

Base: masterHead: patch-1


📝 Commits (4)

  • ed7ad04 wget: Remove unsupported compression option
  • 5185973 config.py: add WGET_AUTO_COMPRESSION
  • ab72a2d Try to add --compression back again
  • 6bec170 Update config.py

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 archivebox/archive_methods.py (+2 -1)
📝 archivebox/config.py (+1 -0)

📄 Description

Summary

--compression=auto is not supported on Raspberry Pis. This PR removes it from ArchiveBox.

See https://unix.stackexchange.com/questions/464372/how-could-compression-be-missing-from-my-wget for more information.

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/193 **Author:** [@sbrl](https://github.com/sbrl) **Created:** 3/26/2019 **Status:** ✅ Merged **Merged:** 3/27/2019 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (4) - [`ed7ad04`](https://github.com/ArchiveBox/ArchiveBox/commit/ed7ad04fd9406f8b7df27b5fb356d09309c3917a) wget: Remove unsupported compression option - [`5185973`](https://github.com/ArchiveBox/ArchiveBox/commit/51859731d382642f4520cbdeaa04a47308537f5c) config.py: add WGET_AUTO_COMPRESSION - [`ab72a2d`](https://github.com/ArchiveBox/ArchiveBox/commit/ab72a2dad10d2379023940d3e7bd4a19108206d7) Try to add --compression back again - [`6bec170`](https://github.com/ArchiveBox/ArchiveBox/commit/6bec1709f6e5f936695a81bc7db688981ef90496) Update config.py ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/archive_methods.py` (+2 -1) 📝 `archivebox/config.py` (+1 -0) </details> ### 📄 Description # Summary `--compression=auto` is not supported on Raspberry Pis. This PR removes it from ArchiveBox. See https://unix.stackexchange.com/questions/464372/how-could-compression-be-missing-from-my-wget for more information. # Changes these areas - [x] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] 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:22 +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#1087
No description provided.