mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
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#4171
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/403
Author: @cdvv7788
Created: 7/30/2020
Status: ✅ Merged
Merged: 8/7/2020
Merged by: @pirate
Base:
master← Head:single-file📝 Commits (10+)
8536856feat: Add initial support for singlefile extractor787a5adfix: Commit code review suggestions3d22da3Update archivebox/config/init.py42b0c80feat: Add singlefile to link_detailsa40e337feat: Add link to admin list of filesb325c0dfeat: Add singlefile to latest outputs91f6363feat: Add singlefile in a couple more places37df00atests: Add basic singlefile test5b6eb5emake filenames consistent with program name06d0e9dfeat: Add support for singlefile in docker📊 Changes
16 files changed (+236 additions, -47 deletions)
View changed files
📝
.github/workflows/test.yml(+24 -0)📝
Dockerfile(+30 -17)📝
archivebox/config/__init__.py(+14 -0)📝
archivebox/core/admin.py(+2 -0)📝
archivebox/extractors/__init__.py(+2 -0)➕
archivebox/extractors/singlefile.py(+84 -0)📝
archivebox/index/schema.py(+4 -3)📝
archivebox/logging_util.py(+1 -0)📝
archivebox/themes/legacy/link_details.html(+13 -0)📝
tests/fixtures.py(+16 -1)📝
tests/test_args.py(+14 -9)📝
tests/test_extractors.py(+13 -3)📝
tests/test_init.py(+9 -6)📝
tests/test_oneshot.py(+5 -4)📝
tests/test_remove.py(+2 -2)📝
tests/test_title.py(+3 -2)📄 Description
Summary
Add https://github.com/gildas-lormeau/SingleFile as an extractor
**Related issues: #399
Changes these areas
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.