mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2026-06-07 15:26:11 -04:00
* Match to previous RSS behaviour * Cleanup logic due to normalisation * Tests comparing 4.5.5 outcome * Remove comment - fixed since 4.5.5 * Consistent types for prio, rule, season, and episode * Rename matching_rule_index * Fix type warnings
16 lines
514 B
XML
16 lines
514 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rss version="2.0">
|
|
<channel>
|
|
<title>RSS feed</title>
|
|
<description>RSS feed</description>
|
|
<link>https://sabnzbd.org/</link>
|
|
<item>
|
|
<title>TITLE</title>
|
|
<link>http://LINK</link>
|
|
<comments>COMMENTS</comments>
|
|
<pubDate>Tue, 20 May 2025 18:21:01 +0000</pubDate>
|
|
<guid isPermaLink="true">https://sabnzbd.org/rss_feed_category</guid>
|
|
<category>TV > HD</category>
|
|
</item>
|
|
</channel>
|
|
</rss> |