fix: extract title from h1 or URL slug when page title starts with # #5

Merged
bryan merged 1 commits from feat/title-h1-fallback into main 2026-03-11 22:16:25 +00:00

1 Commits

Author SHA1 Message Date
dcb41deea9 fix: extract title from h1 or URL slug when page title starts with #
When readallcomics.com pages have a <title> containing only the issue
number (e.g. '#018 (2026)'), fall back to the h1 element first, then
derive the title from the URL slug by stripping the trailing year and
title-casing the hyphen-separated segments.

Closes #4
2026-03-11 18:13:14 -04:00