mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2025-12-24 00:00:12 -05:00
* Filter rss enclosures by application/x-nzb mimetype * Add tests and fix the failing one * Change empty RSS entry logging to info
15 lines
503 B
XML
15 lines
503 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rss version="2.0">
|
|
<channel>
|
|
<title>My RSS Feed</title>
|
|
<link>https://sabnzbd.org/</link>
|
|
<item>
|
|
<title>TITLE</title>
|
|
<link>http://LINK</link>
|
|
<comments>COMMENTS</comments>
|
|
<enclosure url="http://TORRENT_LINK" type="application/x-bittorrent" length="100" />
|
|
<pubDate>Tue, 20 May 2025 18:21:01 +0000</pubDate>
|
|
<guid isPermaLink="true">https://sabnzbd.org/rss_enclosure_no_nzb</guid>
|
|
</item>
|
|
</channel>
|
|
</rss> |