mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #449] [MERGED] A round of fixes #4183
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#4183
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/449
Author: @pirate
Created: 8/18/2020
Status: ✅ Merged
Merged: 8/18/2020
Merged by: @pirate
Base:
master← Head:dev📝 Commits (10+)
a682a9cmake all parsers accept arbitrary meta kwargs15efb2dnew generic_html parser for extracting hrefsb0c0a67re-enable readability and singlefile by default now that its less noisyf18d925wip attempt to fix timestamp unique constraint errorsc9b3babfix pull title not working6087e30dont allow ui editing of db fields for now273588cchange main link to point to link details index to reduce confusion430d517show archive dir size in link details pagee29bfbachange iframe panel size and shape on details index61ab952fix parser docstring📊 Changes
19 files changed (+219 additions, -136 deletions)
View changed files
📝
archivebox.egg-info/SOURCES.txt(+1 -0)📝
archivebox/config/__init__.py(+2 -2)📝
archivebox/core/admin.py(+5 -5)📝
archivebox/extractors/__init__.py(+2 -2)📝
archivebox/index/__init__.py(+23 -18)📝
archivebox/index/html.py(+2 -0)📝
archivebox/index/sql.py(+4 -0)📝
archivebox/main.py(+3 -3)📝
archivebox/parsers/__init__.py(+48 -35)➕
archivebox/parsers/generic_html.py(+53 -0)📝
archivebox/parsers/generic_json.py(+1 -1)📝
archivebox/parsers/generic_rss.py(+1 -1)📝
archivebox/parsers/generic_txt.py(+1 -1)📝
archivebox/parsers/medium_rss.py(+1 -1)📝
archivebox/parsers/netscape_html.py(+1 -1)📝
archivebox/parsers/pinboard_rss.py(+1 -1)📝
archivebox/parsers/pocket_html.py(+1 -1)📝
archivebox/parsers/shaarli_rss.py(+1 -1)📝
archivebox/themes/legacy/link_details.html(+68 -63)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.