Skip to content

URL Scheme

RLLM supports URL Scheme for quickly adding RSS feeds. This allows you to add subscriptions directly from other apps or automation tools.

Basic Format

rllm://subscribe?feed_title=Example Feed&feed_url=https://example.com/feed.xml

Parameters

  • feed_url: Required. The URL of the RSS feed.
  • feed_title: Optional. The title of the RSS feed. If not provided, RLLM will automatically parse the title from the feed.

Examples

// Subscribe with a custom title
rllm://subscribe?feed_title=Sspai&feed_url=https://sspai.com/feed

// Subscribe without title (auto-parse)
rllm://subscribe?feed_url=https://sspai.com/feed

RSSBud Integration

RLLM provides integration with RSSBud, and you can use a specially designed shortcut to achieve more powerful automation capabilities.

Shortcut Download

Direct Download: RLLM + RSSBud Shortcut

Released under the MIT License.