Admin Authentication Required

RSS Feed Manager - Configure RSS Feeds

Add RSS Feed
Basic Information
Feed Test Results
Parsing Patterns
Pattern Syntax Guide

Basic paths: Use dot notation for nested properties (e.g., enclosure.url)

Array access: Use $ for first array item (e.g., enclosure.$.url)

Array search: Find by attribute (e.g., torznab:attr[@name="seeders"]@value)

Complex example: torznab:attr[@name="seeders"]@value finds the object in the array where @name equals "seeders" and returns its @value

Movie/series poster image URL
Background/backdrop image URL
Logo image URL
Extract category from text using regex
Torrent Information
Often found in guid field for RSS feeds
Extract magnet link from text using regex
Extract torrent link from text using regex
Extract from description with regex if direct path fails
For complex nested data like torznab attributes
Extract from description with regex if direct path fails
Regex pattern to extract episode names from filenames. Use named group "episode_name" or first capture group.
Examples:
• Episode\\.\\d+\\.(?P<episode_name>.*?)\\.720p - Naruto.Shippuden.Episode.500.The.Message.720p.mp4
• E\\d+\\.(?P<episode_name>.*?)\\.HDTV - Documentary.Series.E03.Climate.Change.Effects.HDTV.mkv
• \\d+\\.(?P<episode_name>.*?)\\.1080p - One.Piece.1089.Luffy.vs.Kaido.Final.Battle.1080p.mkv
Content Filtering
Configure filters to only process items that match specific criteria. Leave empty to process all items.
Only process items whose title matches this regex pattern
Skip items whose title matches this regex pattern
Skip items smaller than this size
Skip items larger than this size
Skip items with fewer seeders
Comma-separated list of allowed categories
Catalog & Feed Configuration
Name of the source providing the content
Type of torrent distribution
Smart Catalog Detection: Enable intelligent content analysis to automatically assign appropriate catalogs based on content patterns and metadata.
Detection Methods Available:
  • Custom Patterns: Define specific regex patterns for precise catalog assignment
  • Smart Detection: Built-in analysis for sports, series, and movie content
  • Fallback Assignment: General catalogs for unmatched content
Custom Catalog Patterns
Optional: Define specific patterns to override default detection
No custom patterns defined. The system will use built-in smart detection for sports, series, and movies. Add custom patterns above for more precise control.
Pattern Priority: Custom patterns are checked first. If no custom patterns match, the system falls back to built-in detection algorithms.
RSS Feeds
Bulk Actions:
Name Status Last Scraped Actions
Loading...

Loading RSS feeds...

Test Regex Pattern
Use 0 for the entire match, 1 for the first group, etc.
Result: