Readability already finds a byline (JSON-LD author, meta author tags, byline markup); keep it on the article and let it replace an aggregator entry's author, which for HN and friends is the submitter. A direct feed's own author is still trusted over the page, and an aggregator name is only used at all when no direct feed carried the story. The author is stored on articles so it survives independently of the best entry. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QVPagF6jfDv78CC5Jv2wp4
4 lines
122 B
SQL
4 lines
122 B
SQL
-- Persist page-extracted authors independently of the best Miniflux entry.
|
|
|
|
ALTER TABLE articles ADD COLUMN author TEXT;
|