<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/reader-3-26-released-discovery-exports-demo-zkmed9og9" -->

---
title: reader 3.26 released – discovery, exports, demo | daily.dev
description: reader 3.26, a Python feed reader library, has been released with two main additions: feed autodiscovery and database exports. The autodiscover plugin lets...
canonical: https://daily.dev/posts/reader-3-26-released-discovery-exports-demo-zkmed9og9
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: reader 3.26 released – discovery, exports, demo | daily.dev
og:description: reader 3.26, a Python feed reader library, has been released with two main additions: feed autodiscovery and database exports. The autodiscover plugin lets...
og:url: https://daily.dev/posts/reader-3-26-released-discovery-exports-demo-zkmed9og9
og:image: https://api.daily.dev/og/posts/zKMeD9OG9.png
og:image:alt: reader 3.26 released – discovery, exports, demo
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# reader 3.26 released – discovery, exports, demo

**[Planet Python](https://daily.dev/sources/planetpython)** · 4 min read · 0 upvotes · 0 comments

## Summary

reader 3.26, a Python feed reader library, has been released with two main additions: feed autodiscovery and database exports. The autodiscover plugin lets users add a website URL and automatically find available feeds, storing results in feed tags. Database exports allow users to download a full copy of their data from the web app, enabling migration or backups. The release also includes a public demo of the upcoming hosted version of reader, which is nearing launch and already supports multi-user accounts, email authentication, and infrastructure deployments via pyinfra.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://death.andgravity.com/reader-3-26>

## Similar posts on daily.dev

- [reader 3.24 released – help, multi-user updates](https://daily.dev/posts/reader-3-24-released-help-multi-user-updates-tvu7vidyp) · Planet Python · 0 upvotes · 0 comments
- [reader 3.20 released – we're so back](https://daily.dev/posts/reader-3-20-released-we-re-so-back-2ayz7uwux) · Planet Python · 1 upvotes · 0 comments
- [reader 3.23 released – OPML, hosted reader intro](https://daily.dev/posts/reader-3-23-released-opml-hosted-reader-intro-ju3faev9m) · Planet Python · 0 upvotes · 0 comments
- [I automated my news discovery with one tool, and now I spend half the time finding stories](https://daily.dev/posts/i-automated-my-news-discovery-with-one-tool-and-now-i-spend-half-the-time-finding-stories-icbz8jpen) · XDA Developers · 0 upvotes · 0 comments
- [The feed reader for finding actionable content](https://daily.dev/posts/the-feed-reader-for-finding-actionable-content-ot4hwx23i) · Hacker News · 0 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python)

[View this post on daily.dev](https://daily.dev/posts/reader-3-26-released-discovery-exports-demo-zkmed9og9)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"reader 3.26 released – discovery, exports, demo","url":"https://daily.dev/posts/reader-3-26-released-discovery-exports-demo-zkmed9og9","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/reader-3-26-released-discovery-exports-demo-zkmed9og9"},"datePublished":"2026-06-24T16:52:17.589Z","dateModified":"2026-06-24T16:52:52.873Z","description":"reader 3.26, a Python feed reader library, has been released with two main additions: feed autodiscovery and database exports. The autodiscover plugin lets...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/67dc2a29d6cd665fe3aa52f8b38f2fe6?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/67dc2a29d6cd665fe3aa52f8b38f2fe6?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Planet Python","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Planet Python","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/eac3cc584cb043b5a242d13752bd3d0c","url":"https://daily.dev/sources/planetpython"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/reader-3-26-released-discovery-exports-demo-zkmed9og9","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"python","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Planet Python","item":"https://daily.dev/sources/planetpython"},{"@type":"ListItem","position":3,"name":"reader 3.26 released – discovery, exports, demo"}]}
```

