mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 01:26: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#1047
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/58
Author: @frinkelpi
Created: 12/25/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
278ecfeAdd a parser for a list of links (see issue #39):📊 Changes
13 files changed (+161 additions, -135 deletions)
View changed files
📝
README.md(+33 -38)📝
archive.py(+7 -7)📝
archive_methods.py(+28 -7)📝
config.py(+2 -1)📝
index.py(+4 -1)📝
parse.py(+34 -43)➕
requirements.txt(+1 -0)📝
setup.sh(+3 -1)📝
templates/index.html(+2 -2)📝
templates/index_row.html(+2 -1)📝
templates/link_index.html(+1 -0)📝
templates/link_index_fancy.html(+1 -0)📝
util.py(+43 -34)📄 Description
basic_link_infomethod in parse.py to avoid code duplication.Fetch method to get missing titles.
Fix some HTML syntax errors in the templates.
Simpler version of
html_appended_urlin utils.py using urlsplit.Update the README accordingly. Remove some repetition and minor style improvements.
Add instructions to install requests (which was already used in utils.py). Add requirements.txt.
Fix a bug where a KeyError would be thrown when generating the templates if screenshots or PDFs are disabled.
If FETCH_WGET_REQUISITES is disabled, then wget stores the output in a different way, which was not handled and resulted in bugs. This has been corrected.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.