Files
sabnzbd/tests/data/rss_feed_category.xml
mnightingale 2f4750f77d Match previous RSS parsing behaviour (#3425)
* 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
2026-05-22 22:34:30 +02:00

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 &gt; HD</category>
</item>
</channel>
</rss>