mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
The entry link sat beside the byline as an anchor labelled "open", the same label on every entry, and the repeated-controls filter hid them all on any feed with five or more entries. Nothing in a subreddit listing led to a post, so `oc do <n>` on one read its heading instead of following it, and an agent hunting for the link refetched the feed into Reddit's 429. The title is now the link, which headingHref already turns into a followable heading. Following a post out of a feed then landed on the reddit.com HTML page, a login wall for a logged-out reader, so fetchPage maps reddit.com front page, subreddit, post, user and search URLs to their www.reddit.com Atom feeds when the request carries no cookies for the site. Feeds, other paths, and logged-in sessions are fetched as asked. Fixes #59.