New features
With this version, Percollate gains the ability to interpret Atom and RSS web feeds. When a feed is passed as an operand, every entry in the feed gets its own article, and you can decide if you keep them in one bundle or split them into individual files with the --individual
flag:
# single EPUB file with all the entries in the feed
percollate epub https://example.com/posts.xml
# one HTML file, with images embedded, for each entry in the feed
percollate html --inline --individual https://example.com/posts.xml
Web feeds come in many shapes and forms, please log an issue or comment on the attached discussion for cases where a feed is interpreted incorrectly.