mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #171] pdf? #120
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#120
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?
Originally created by @g-mc on GitHub (Mar 11, 2019).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/171
github.com/pirate/ArchiveBox@32c39d0fd0/archivebox/util.py (L368-L370)Is it necessary to have
'pdf'in Line 370?@pirate commented on GitHub (Mar 11, 2019):
I'm removing
get_link_typeentirely in the next release, so this code will all dissapear. It's only being used in one place anyway right now, and that can be refactored out with better use ofderived_link_info(), but thanks anyway for the code review!@g-mc commented on GitHub (Mar 11, 2019):
No problem, thanks for the explanation! I’ve been enjoying reading through
the code just to try and understand how it all works!
Thanks for your time!
On Mon, Mar 11, 2019 at 2:07 AM Nick Sweeting notifications@github.com
wrote: