reader v2.13 Release Notes

  • 🚀 Released 2022-06-28

    • ➕ Add the :mod:~reader._plugins.twitter experimental plugin, which allows using a Twitter account as a feed. (:issue:271)
    • ⚠ Skip with a warning entries that have no or in an RSS feed; only raise :exc:ParseError if all entries have a missing id. (Note that both Atom and JSON Feed entries are required to have an id by their respective specifications.) Thanks to Mirek Długosz_ for the issue and pull request. (:issue:281)
    • ➕ Add :exc:ReaderWarning.