mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #1222] Bug: If document's title tag is empty, title extractor sets the snapshot title to "</title" #3770
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#3770
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 @rmohns on GitHub (Aug 29, 2023).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1222
Describe the bug
I saved a webpage which is terribly coded by hand, and has an empty
titletag. (Literally: `'.) The resulting snapshot is named "</title". Easy to change but odd.TBH I'm not sure if you should care, since we may not care if horribly invalid documents create errors. But on the off chance that it's easy to check for and change this in the code, am filing bug report. (Perhaps such snapshots could be named "No document title found".)
Steps to reproduce
</titleScreenshots or log output
ArchiveBox version
@i-am-pluto commented on GitHub (Oct 24, 2023):
Hey, was this resolved?
@pirate commented on GitHub (Oct 25, 2023):
Yeah should be, try the latest dev build https://github.com/ArchiveBox/ArchiveBox#install-and-run-a-specific-github-branch or v0.7.2
comment back if it's still happening and I'll re-open it