You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The content of the articles is read from the feed file rather than fetched anew. The content is passed through the DOM enhancements and sanitized as usual, but it’s not processed with Readability.
241
241
242
+
<details>
243
+
<summary>To fetch the HTML pages for entries in Atom and RSS feeds</summary>
244
+
245
+
If instead you’d like to fetch and process the original HTML pages corresponding to the entries in the Atom/RSS feed, use [`hred`](https://github.com/danburzo/hred/) to extract the URLs and feed them to percollate with `xargs`.
246
+
247
+
Below is an example `hred` query for extracting URLs from Atom feeds, explained in more detail on the [hred recipes](https://danburzo.ro/toolbox/hred/) page.
0 commit comments