Skip to content

Feed Management

CyberGems edited this page Aug 30, 2026 · 3 revisions

Feed Management

CyberFeeds supports universal feed subscription with automatic discovery, Reddit integration, and OPML import/export.


Adding Feeds

Subscribe by URL

  1. Click Add Feed button
  2. Enter the feed URL (RSS, Atom, or XML)
  3. Click Preview to see feed details before subscribing
  4. Click Subscribe to add the feed

Feed Discovery

If you enter a website URL instead of a feed URL:

  • CyberFeeds automatically discovers RSS/Atom feeds on the page
  • Shows a list of available feeds
  • Select the feed you want to subscribe to

Feed Preview

Before subscribing, the preview shows:

  • Feed title and description
  • Website URL
  • Last update time
  • Number of articles
  • Feed format (RSS/Atom/XML)

Reddit Integration

Subscribe to Subreddits

CyberFeeds natively supports Reddit feeds:

  • Enter r/subreddit name (e.g., r/programming)
  • Or enter full Reddit URL (e.g., https://reddit.com/r/programming)
  • CyberFeeds uses a fallback chain: RSS → JSON API

Subscribe to Users

  • Enter u/username for user posts
  • Or enter full user profile URL

Reddit Features

  • Subreddit icons and metadata
  • Post flair display
  • Thumbnail preview for link posts
  • Direct comment links

Feed Organization

Folders

Organize feeds into folders:

  • Create folders via Add Folder
  • Drag feeds into folders
  • Nested folders supported
  • Folder expand/collapse in sidebar

Feed List

The sidebar shows:

  • Feed favicon
  • Feed title
  • Unread count badge
  • Folder grouping

Editing Feeds

Right-click a feed for options:

Action Description
Edit Change URL, title, folder
Refresh Manually fetch new articles
Unsubscribe Remove the feed
Mark all read Mark all articles as read

OPML Import/Export

Import OPML

Import feeds from another RSS reader:

  1. Go to Settings → Data → Import OPML
  2. Select the .opml file
  3. Folder structure is preserved
  4. Duplicate feeds are detected

Export OPML

Export your feeds for backup or transfer:

  1. Go to Settings → Data → Export OPML
  2. Choose save location
  3. All feeds and folders are exported

OPML Format

Standard OPML 2.0 format:

  • Compatible with all major RSS readers
  • Preserves folder structure
  • Includes feed URLs and titles

Background Polling

Automatic Refresh

CyberFeeds polls feeds in the background:

  • Configurable interval (default: 15 minutes)
  • Only polls when app is running
  • Worker threads for parallel fetching

Polling Settings

Setting Description
Polling interval Minutes between refresh cycles
Fetch on startup Fetch articles when app launches
Poll only when unfocused Reduce resource usage when active
Auto-fetch full content Extract full article text automatically

Manual Refresh

  • Click Refresh to fetch all feeds immediately
  • Right-click a feed → Refresh to fetch one feed
  • Global shortcut for fetch (configurable)

Feed Doctor

The Feed Doctor diagnoses feed issues:

  • Detects broken feeds
  • Identifies redirect issues
  • Checks SSL certificate problems
  • Suggests alternative URLs

Using Feed Doctor

  1. Right-click a feed → Feed Doctor
  2. The diagnostic runs automatically
  3. Results show any issues found
  4. Options to fix or re-subscribe

Feed Status

Feeds may show status indicators:

Status Meaning
Active Feed is working normally
Error Last fetch failed
Empty Feed has no articles
Loading Currently fetching

Article Extraction

Full-Content Extraction

CyberFeeds extracts full article text:

  • Runs in dedicated worker threads
  • Parses article content from URL
  • Falls back to feed summary if extraction fails
  • Reader mode for clean reading view

Extraction Settings

Setting Description
Auto-fetch full content Extract on article fetch
Reader fallback Use reader mode when available
Preload images Load images in article viewer

Clone this wiki locally